Skip to content

Commit

Permalink
Add missing keys to masks (web-platform-dx#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw authored and vwallen committed Nov 5, 2024
1 parent e2468e0 commit cd6c813
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ description: The `mask` CSS property (and several longhand properties) partially
spec: https://drafts.fxtf.org/css-masking-1/#positioned-masks
group: clipping-shapes-masking
caniuse: css-masks
status:
compute_from: css.properties.mask
compat_features:
- css.properties.mask
- css.properties.mask-clip
Expand All @@ -19,6 +21,9 @@ compat_features:
- css.properties.mask-mode.luminance
- css.properties.mask-mode.match-source
- css.properties.mask-origin
- css.properties.mask-origin.fill-box
- css.properties.mask-origin.stroke-box
- css.properties.mask-origin.view-box
- css.properties.mask-position
- css.properties.mask-repeat
- css.properties.mask-size
22 changes: 22 additions & 0 deletions features/masks.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ status:
safari: "15.4"
safari_ios: "15.4"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2023-12-07
# support:
# chrome: "120"
# chrome_android: "120"
# edge: "120"
# firefox: "53"
# firefox_android: "53"
# safari: "15.4"
# safari_ios: "15.4"
- css.properties.mask
- css.properties.mask-clip
- css.properties.mask-composite
Expand All @@ -31,3 +42,14 @@ compat_features:
- css.properties.mask-position
- css.properties.mask-repeat
- css.properties.mask-size

# baseline: false
# support:
# chrome: "120"
# chrome_android: "120"
# edge: "120"
# firefox: "53"
# firefox_android: "53"
- css.properties.mask-origin.fill-box
- css.properties.mask-origin.stroke-box
- css.properties.mask-origin.view-box

0 comments on commit cd6c813

Please sign in to comment.