[wpt-sync] Sync PR 42767 - WIP: Unprefix -webkit-mask
Categories
(Core :: Web Painting, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42767 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42767
Details from upstream follow.
Philip Rogers <pdr@chromium.org> wrote:
WIP: Unprefix -webkit-mask
This patch adds a new "mask" property which is an unprefixed version
of "-webkit-mask". There was an existing "mask" property for SVG mask
references, and we now pass the first mask-image reference to SVG via
StyleAdjuster.Syntax (https://drafts.fxtf.org/css-masking/#the-mask):
mask =
\<mask-layer>#
\<mask-layer> =
\<mask-reference> ||
\<position> [ / \<bg-size> ]? ||
\<repeat-style> ||
\<geometry-box> ||
[ \<geometry-box> | no-clip ] ||
\<compositing-operator> ||
\<masking-mode>Bug: 1418401
Change-Id: I917045c7f466862dd1370d5c0ccb845f0223fa83
Reviewed-on: https://chromium-review.googlesource.com/4938375
WPT-Export-Revision: 8b8b507247e718b4ddf766ca9b18a567c2e12586
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
Comment 7•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/67ddfbdd9126
https://hg.mozilla.org/mozilla-central/rev/ed7a00fd4856
Description
•