Bug 254339
Summary: | @counter-style rule can't redefine certain predefined styles. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Vitor Roriz
User is allowed to redefine @counter-style rules predefined by user-agent, except if the rules are:
Except for "decimal, disc, square, circle, disclosure-open, and disclosure-closed" according to https://w3c.github.io/csswg-drafts/css-counter-styles/#the-counter-style-rule.
We currently just avoid 'decimal' and 'disc' from being redefined.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107138989>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/11867
EWS
Committed 262038@main (5507daf4822f): <https://commits.webkit.org/262038@main>
Reviewed commits have been landed. Closing PR #11867 and removing active labels.