[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 5 open bugs, )
Details
(4 keywords, Whiteboard: p=0)
https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image details the webkit implementation, and this is a link to the spec, https://dvcs.w3.org/hg/FXTF/raw-file/default/masking/index.html#the-mask-box-image
Reporter | ||
Comment 1•12 years ago
|
||
Assigning as per https://groups.google.com/d/msg/mozilla.dev.platform/jB6I6EvcbH0/wq0TutTan2oJ
Reporter | ||
Comment 2•12 years ago
|
||
See https://groups.google.com/d/msg/mozilla.dev.platform/-23mG3x2vdk/ReOWo9_sIAkJ for the original discussion that brought about this bug.
Updated•11 years ago
|
Updated•11 years ago
|
Reporter | ||
Comment 3•11 years ago
|
||
Still want, but not part of Australis project.
Updated•11 years ago
|
Updated•11 years ago
|
Updated•11 years ago
|
Updated•9 years ago
|
Reporter | ||
Comment 5•9 years ago
|
||
Unassigning due to lack of activity.
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Updated•2 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•1 year 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•1 year 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•6 months ago
|
Description
•