Address remaining "yellow" Typed OM reification properties
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
People
(Reporter: janv, Assigned: janv)
References
(Blocks 2 open bugs, Regressed 1 open bug)
Details
(Keywords: leave-open)
Attachments
(4 files)
Based on the tracking in bug 2028088 (which tracks the current CSS Typed OM WPT status in Firefox), the main remaining "yellow" properties (passes-half class on wpt.fyi) in css/css-typed-om/the-stylepropertymap/properties/ are currently:
- cursor
- display
This bug tracks additional reification work for these properties.
This bug intentionally excludes:
- fill / stroke (currently only partially supported in Chromium as well)
- vertical-align (currently represented as a shorthand after bug 1830771)
| Assignee | ||
Comment 1•11 days ago
|
||
cursor values can now be reified into Typed OM values.
| Assignee | ||
Comment 2•10 days ago
|
||
display values can now be reified into Typed OM values.
| Assignee | ||
Comment 3•10 days ago
|
||
Add testing for additional display keyword combinations that are supported by
the current CSS specification but reify as unsupported valued in Typed OM.
| Assignee | ||
Comment 4•6 days ago
|
||
Update the vertical-align WPT expectations to reflect its current shorthand
behavior.
vertical-align is now specified as a shorthand, so it should no longer
reify into specific Typed OM objects and should instead return unsupported
CSSStyleValue objects.
| Assignee | ||
Updated•2 days ago
|
Comment 6•1 day ago
|
||
| bugherder | ||
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/60301 for changes under testing/web-platform/tests
Comment 9•15 hours ago
|
||
| bugherder | ||
Upstream PR merged by moz-wptsync-bot
Comment 11•8 hours ago
|
||
Comment 12•3 hours ago
|
||
| bugherder | ||
Description
•