Bug 218791

Summary: Allow more properties for ::marker pseudo-element
Product: WebKit Reporter: Antoine Quint <graouts>
Component: CSSAssignee: 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
Reported 2020-11-11 01:13:37 PST
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
Radar WebKit Bug Importer
Comment 1 2020-11-11 01:14:05 PST
Antoine Quint
Comment 2 2020-11-11 01:44:12 PST
Animation and transitions properties are already being added as part of bug 218792.
Tim Nguyen (:ntim)
Comment 3 2021-10-25 06:26:04 PDT
*** This bug has been marked as a duplicate of bug 231972 ***
Note You need to log in before you can comment on or make changes to this bug.