You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it's not correct because both mask-origin and mask-clip use <coord-box>, which doesn't include <margin-box>, for example. We probably forgot to update the syntax of mask shorthand when migrating <coord-box> into mask-origin and mask-clip.
The text was updated successfully, but these errors were encountered:
BorisChiou
added a commit
to BorisChiou/fxtf-drafts
that referenced
this issue
Mar 1, 2024
…thand property.
`mask-origin` and `mask-clip` use `<coord-box>`, and for consistency,
the syntax and description of `mask` shorthand should use `<coord-box>`
for these two components.
Issue: w3c#551
…thand property.
`mask-origin` and `mask-clip` use `<coord-box>`, and for consistency,
the syntax of `mask` shorthand should use `<coord-box>` for this two
components.
Issue: w3c#551
Per current ED spec, the syntax of
<mask-layer>
ofmask
shorthand property still uses<geometry-box>
:However, it's not correct because both
mask-origin
andmask-clip
use<coord-box>
, which doesn't include<margin-box>
, for example. We probably forgot to update the syntax ofmask
shorthand when migrating<coord-box>
intomask-origin
andmask-clip
.The text was updated successfully, but these errors were encountered: