Closed
Bug 1684319
Opened 5 years ago
Closed 10 months 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
()
RESOLVED
FIXED
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•5 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•5 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.
Comment 2•10 months ago
|
||
The testcase in comment 0 is now working correctly.
For being able to set text-transform directly on ::marker, bug 1991292.
You need to log in
before you can comment on or make changes to this bug.
Description
•