Closed
Bug 1950844
Opened 2 months ago
Closed 2 months ago
[css-text-decor-4] Implement the spelling-error and grammar-error values of text-decoration-line
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
See https://drafts.csswg.org/css-text-decor-4/#text-decoration-line-property.
Note that according to the spec,
When
spelling-error
orgrammar-error
apply, the user agent must disregard the other sub-properties oftext-decoration
, as well any other properties typically affecting the appearance of line decorations (such astext-underline-position
,color
,stroke
, orfill
) when rendering these decorations.
so it's not just a question of mapping spelling-error
and grammar-error
to appropriate line styles; we must also ensure we ignore any adjustments such as offset that would apply to normal underlines.
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 months ago
|
Blocks: interop-2025-text-decoration
Updated•2 months ago
|
Keywords: dev-doc-needed
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6793e5a148b5
Support spelling-error and grammar-error values of text-decoration-line. r=tlouw
Comment 3•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Comment 4•1 month ago
|
||
Related issues and pull requests
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•