Closed
Bug 1435684
Opened 8 years ago
Closed 8 years ago
Enable the paint-order property for stroke and fill of HTML text
Categories
(Core :: Layout: Text and Fonts, enhancement)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.09 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
As the CSS WG has agreed to spec this[1,2], I'd like to go ahead and turn it on, to encourage web designers to try it out, and to encourage other browsers to follow suit.
[1] https://github.com/w3c/fxtf-drafts/issues/107
[2] https://lists.w3.org/Archives/Public/www-style/2018Jan/0004.html
Assignee | ||
Comment 1•8 years ago
|
||
David, given the CSS WG agreement to accept this, can we go ahead and ship it at this point?
Attachment #8948341 -
Flags: review?(dbaron)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Comment on attachment 8948341 [details] [diff] [review]
Enable the paint-order property for HTML text
r=dbaron, but please file followup bugs to:
* remove the svg.paint-order.enabled pref (maybe now, if it's baked in enough at this point?)
* remove this pref at some point in the future
Attachment #8948341 -
Flags: review?(dbaron) → review+
See Also: → https://github.com/w3c/fxtf-drafts/issues/107
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3b56f86f8a49
Enable the paint-order property for HTML text. r=dbaron
Assignee | ||
Comment 4•8 years ago
|
||
Filed bug 1437267 to go ahead and remove the old svg.paint-order pref, and bug 1437367 to remove this pref sometime in the future.
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Comment 6•8 years ago
|
||
I've fixed the compat data information to show it is on by default in Fx 60, and added a note to the Fx60 rel notes:
https://github.com/mdn/browser-compat-data/pull/1193
https://developer.mozilla.org/en-US/Firefox/Releases/60#CSS
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•