[wp-trac] [WordPress Trac] #61800: Twenty Twelve: preformatted elements have hyphens on front-end
WordPress Trac
noreply at wordpress.org
Wed Aug 7 17:12:24 UTC 2024
#61800: Twenty Twelve: preformatted elements have hyphens on front-end
-------------------------------------------------+-------------------------
Reporter: viralsampat | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting
| Review
Component: Bundled Theme | Version: 6.6.1
Severity: normal | Resolution:
Keywords: dev-feedback has-patch changes- | Focuses: css
requested |
-------------------------------------------------+-------------------------
Changes (by sabernhardt):
* keywords: dev-feedback has-patch => dev-feedback has-patch changes-
requested
Comment:
According to [https://developer.wordpress.org/coding-standards/wordpress-
coding-standards/css/#vendor-prefixes coding standards], the prefixed
properties belong before the unprefixed property.
{{{
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61800#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list