[wp-trac] [WordPress Trac] #44777: Multiple bundled themes ignore/override ordered list types
WordPress Trac
noreply at wordpress.org
Fri Mar 31 20:07:23 UTC 2023
#44777: Multiple bundled themes ignore/override ordered list types
---------------------------+-----------------------------
Reporter: Greg Raven | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: css
---------------------------+-----------------------------
Comment (by sabernhardt):
My logic was flawed regarding the CSS reset. When the reset defines the
`ol` style as `none`, the theme overrides that later in the cascade with
the same selector (and/or one with a higher specificity). Using
`ol:where(:not([type]))` is probably fine.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44777#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list