Support text decoration properties in highlight pseudo-elements
Categories
(Core :: Layout, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: jjaschke)
References
(Blocks 4 open bugs, Regressed 1 open bug)
Details
(Keywords: webcompat:platform-bug)
User Story
user-impact-score:450
Attachments
(1 file)
https://drafts.csswg.org/css-pseudo-4/#highlight-styling states that text-decoration and associated properties should be applied
It should help with css/css-pseudo/active-selection-014.html
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 2•5 months ago
|
||
This patch adds basic support for text-decoration in selection-based pseudo elements
(::selection, ::highlight(), ::target-text).
This is still missing support for text-decorations which are over- or underflowing.
Updated•5 months ago
|
| Assignee | ||
Comment 3•5 months ago
|
||
The attached patch implements text-decoration for selection-based pseudos. However, ironically, it doesn't make the test mentioned in comment 0 pass. I think this misses https://www.w3.org/TR/css-pseudo-4/#paired-defaults. However, since I'm focusing on ::highlight, I would implement this in a follow-up.
Updated•5 months ago
|
Updated•4 months ago
|
Comment 6•3 months ago
|
||
Reverted this because it was causing multiple Linux failures in Span.h.
- Revert link
- Push with failures
- Failure Log
- Failure line: SUMMARY: AddressSanitizer: stack-use-after-scope /builds/worker/workspace/obj-build/dist/include/mozilla/Span.h:855:45 in data
| Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Description
•