Bug 218791
Summary: | Allow more properties for ::marker pseudo-element | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | koivisto, ntim, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antoine Quint
The implementation of isValidMarkerStyleProperty() in PropertyCascade.cpp only supports a small list of properties from an old Editor's draft (25 July 2017). The latest draft (https://drafts.csswg.org/css-lists-3/#marker-properties as of this writing) now says this:
3.1.1. Properties Applying to ::marker
All properties can be set on a ::marker pseudo-element and will have a computed value; however, only the following CSS properties actually apply to a marker box:
- the text-combine-upright, unicode-bidi, and direction properties
- the content property
- all animation and transition properties
We should update our implementation to match this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/71274398>
Antoine Quint
Animation and transitions properties are already being added as part of bug 218792.
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 231972 ***