Open
Bug 1684319
Opened 4 years ago
Updated 4 years ago
text-shadow doesn't apply to legacy list item markers
Categories
(Core :: Layout: Generated Content, Lists, and Counters, defect, P3)
Core
Layout: Generated Content, Lists, and Counters
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
Attachments
(1 file)
81 bytes,
text/html
|
Details |
See attached test-case.
If I add a rule like li::marker { content: counter(list-item) ". "; }
, making it go through the new list item counter path then it works, so this should be fixed by bug 1542807.
Reporter | ||
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•4 years ago
|
||
And while you are at it, text-shadow
could be added to the list of properties accepted in ::marker
.
Then https://wpt.fyi/results/css/css-pseudo/marker-text-shadow.html should pass.
And BTW, it's not just text-shadow
, also word-spacing
, letter-spacing
, text-transform
, etc.
You need to log in
before you can comment on or make changes to this bug.
Description
•