Open
Bug 1606367
Opened 6 years ago
Updated 3 years ago
Text-shadow does not respect text-decoration-skip-ink
Categories
(Core :: Layout: Text and Fonts, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: miriam, Unassigned)
References
Details
(Keywords: parity-chrome)
Attachments
(1 file)
|
97.61 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
Applied CSS for a text-shadow, with text-decoration: underline, and text-decoration-skip-ink: auto. See codepen sample:
https://codepen.io/mirisuzanne/pen/dyPVXvo
Actual results:
The underline "shadow" continues through the "skipped" areas, where no underline s being drawn.
Expected results:
I would expect the shadow to follow the shape of the actual drawn underline, skipping the gaps where no line is drawn.
Updated•6 years ago
|
Component: Untriaged → Layout: Text and Fonts
Product: Firefox → Core
Updated•6 years ago
|
Blocks: 1573631
Keywords: parity-chrome
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•