Implement CSS3 text module text-underline-position
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: masayuki, Assigned: jfkthame)
References
(Blocks 2 open bugs, )
Details
(Keywords: css3, dev-doc-complete, testcase, Whiteboard: [layout:backlog])
Attachments
(13 files, 6 obsolete files)
7.01 KB,
patch
|
Details | Diff | Splinter Review | |
5.47 KB,
patch
|
Details | Diff | Splinter Review | |
4.14 KB,
patch
|
Details | Diff | Splinter Review | |
15.50 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
15.05 KB,
patch
|
Details | Diff | Splinter Review | |
43.00 KB,
patch
|
Details | Diff | Splinter Review | |
991 bytes,
text/html
|
Details | |
1.17 KB,
text/html
|
Details | |
826 bytes,
text/html
|
Details | |
1.17 KB,
text/html
|
Details | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Reporter | ||
Comment 3•13 years ago
|
||
Updated•12 years ago
|
Reporter | ||
Comment 4•12 years ago
|
||
Reporter | ||
Comment 5•12 years ago
|
||
Reporter | ||
Comment 6•12 years ago
|
||
Reporter | ||
Comment 7•12 years ago
|
||
Reporter | ||
Comment 8•12 years ago
|
||
Reporter | ||
Comment 9•12 years ago
|
||
Reporter | ||
Comment 10•12 years ago
|
||
Reporter | ||
Comment 11•12 years ago
|
||
Reporter | ||
Comment 12•12 years ago
|
||
Reporter | ||
Comment 13•12 years ago
|
||
Reporter | ||
Comment 14•12 years ago
|
||
Reporter | ||
Comment 15•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 16•12 years ago
|
||
Reporter | ||
Comment 17•12 years ago
|
||
Reporter | ||
Comment 18•12 years ago
|
||
Reporter | ||
Comment 19•12 years ago
|
||
Reporter | ||
Comment 20•12 years ago
|
||
Reporter | ||
Comment 23•12 years ago
|
||
Reporter | ||
Comment 24•12 years ago
|
||
Reporter | ||
Comment 25•12 years ago
|
||
Reporter | ||
Comment 26•12 years ago
|
||
Reporter | ||
Comment 27•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 29•12 years ago
|
||
Comment 30•12 years ago
|
||
Reporter | ||
Comment 32•12 years ago
|
||
Reporter | ||
Comment 34•10 years ago
|
||
Reporter | ||
Comment 35•10 years ago
|
||
Reporter | ||
Comment 36•10 years ago
|
||
Reporter | ||
Comment 37•10 years ago
|
||
Comment 39•9 years ago
|
||
Comment 40•9 years ago
|
||
Comment 41•8 years ago
|
||
Comment 42•8 years ago
|
||
Comment 43•8 years ago
|
||
Updated•7 years ago
|
Comment 44•7 years ago
|
||
Comment 45•7 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 46•5 years ago
|
||
The original patches here are drastically bit-rotted by now (they predate stylo, for one thing, as well as the recent text-decoration enhancements), so it probably makes most sense to start afresh.
I have a new set of patches for the basic text-underline-position
property.
These do not address making adjustments to the underline position to account for descendants of the decorated box (e.g. with larger font-size), as suggested in the long "Note" at https://www.w3.org/TR/css-text-decor-3/#text-underline-position-property and discussed further in https://www.w3.org/TR/css-text-decor-4/#line-position. Currently we do not implement the full behavior described there, but anyhow the spec notes that it is still "under review" (issue 2). I think that should be a followup once the spec is more mature.
Assignee | ||
Comment 47•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 48•5 years ago
|
||
Depends on D54722
Assignee | ||
Comment 49•5 years ago
|
||
Depends on D54723
Comment 50•5 years ago
|
||
Comment 51•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/309af05a80a5
https://hg.mozilla.org/mozilla-central/rev/dbb961ddfd68
https://hg.mozilla.org/mozilla-central/rev/ad9f6cf23bb3
Comment 52•5 years ago
|
||
Mentioned the addition of this property at https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features#text-underline-position.
Sebastian
Comment 53•5 years ago
|
||
This seems like a good thing to call out in the Beta73 relnotes. Can you please set relnote-firefox? and fill out the form, Jonathan?
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 54•5 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #53)
This seems like a good thing to call out in the Beta73 relnotes. Can you please set relnote-firefox? and fill out the form, Jonathan?
Hmm.... currently, this is only preffed-on by default for Nightly builds, so a relnote seems premature. Though maybe we should consider allowing it to go to beta/release as well, given that it's been on nightly for a month with no issues.
Updated•5 years ago
|
Description
•