[Meta] Implement border box mask (mask-border-*) support
Categories
(Core :: Layout, enhancement, P3)
Tracking
()
People
(Reporter: jaws, Unassigned)
References
(Depends on 1 open bug, Blocks 4 open bugs, )
Details
(4 keywords, Whiteboard: p=0)
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Updated•12 years ago
|
Reporter | ||
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Updated•11 years ago
|
Updated•11 years ago
|
Updated•9 years ago
|
Reporter | ||
Comment 5•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
This test is exercising these properties & happens to be part of the interop-2023-cssmasking test set:
https://wpt.fyi/results/css/css-masking/inheritance.sub.html
Comment 7•2 years ago
|
||
I suspect there are only parsing and serialization tests for mask-border-*
in interop-2023-masking WPT list. We could support them in style first (because they could be added quickly), and leave the layout/painting support later.
Comment 8•2 years ago
|
||
(In reply to Boris Chiou [:boris] from comment #7)
I suspect there are only parsing and serialization tests for
mask-border-*
in interop-2023-masking WPT list. We could support them in style first (because they could be added quickly), and leave the layout/painting support later.
Yup, it makes sense to start with style-system bits first. But note that it won't make a difference for interop2023 scoring until we're ready to enable the properties by default on Nightly, and presumably that would be when we've got some useful portion of the layout/painting support enabled.
(When we're partway through implementing something and we have opt-in pref flips in the testing/web-platform/meta/.../*.ini
files, those prefs still aren't activated for upstream wpt.fyi test-runs. wpt.fyi runs essentially "stock" versions of Nightly/release, with only a few prefs toggled for test-harness-stability type purposes.)
Updated•1 year ago
|
Description
•