Implement CSS parsing support for the font-palette property
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•2 years ago
|
||
This is just the CSS parsing, not yet connected to the rendering back-end.
Depends on D157956
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
This currently fails in webkit & blink; https://github.com/w3c/csswg-drafts/issues/7832 asks the CSS WG to confirm
whether to keep the existing spec (which is what's implemented here) or change it to match those implementations
(in which case we'll need to do a minor followup to tweak our behavior accordingly).
Depends on D157957
Comment 5•2 years ago
|
||
Comment 7•2 years ago
|
||
Backed out for causing build bustages on TestCOLRv1.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/gfx/tests/fuzz/TestCOLRv1.cpp:57:55: error: no viable conversion from 'mozilla::gfx::sRGBColor' to 'const mozilla::gfx::Point' (aka 'const PointTyped<mozilla::gfx::UnknownUnits>')
Comment 9•2 years ago
|
||
Backed out 9 changesets (Bug 1791778, Bug 1791782, Bug 1791780, Bug 1791777) for causing build bustages in TestCOLRv1.cpp CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=392630966&repo=autoland&lineNumber=15311
Backout: https://hg.mozilla.org/integration/autoland/rev/f1accadf1754ad5aa8d668ecb22ec8ef1a5bd880
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bd72ab80c2fd
https://hg.mozilla.org/mozilla-central/rev/2b445c555e74
Assignee | ||
Updated•2 years ago
|
Description
•