Skip to content

Commit 1fde4cb

Browse files
authored
Add missing keys to masks (#2101)
1 parent 868df60 commit 1fde4cb

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

features/masks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ description: The `mask` CSS property (and several longhand properties) partially
33
spec: https://drafts.fxtf.org/css-masking-1/#positioned-masks
44
group: clipping-shapes-masking
55
caniuse: css-masks
6+
status:
7+
compute_from: css.properties.mask
68
compat_features:
79
- css.properties.mask
810
- css.properties.mask-clip
@@ -19,6 +21,9 @@ compat_features:
1921
- css.properties.mask-mode.luminance
2022
- css.properties.mask-mode.match-source
2123
- css.properties.mask-origin
24+
- css.properties.mask-origin.fill-box
25+
- css.properties.mask-origin.stroke-box
26+
- css.properties.mask-origin.view-box
2227
- css.properties.mask-position
2328
- css.properties.mask-repeat
2429
- css.properties.mask-size

features/masks.yml.dist

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ status:
1313
safari: "15.4"
1414
safari_ios: "15.4"
1515
compat_features:
16+
# ⬇️ Same status as overall feature ⬇️
17+
# baseline: low
18+
# baseline_low_date: 2023-12-07
19+
# support:
20+
# chrome: "120"
21+
# chrome_android: "120"
22+
# edge: "120"
23+
# firefox: "53"
24+
# firefox_android: "53"
25+
# safari: "15.4"
26+
# safari_ios: "15.4"
1627
- css.properties.mask
1728
- css.properties.mask-clip
1829
- css.properties.mask-composite
@@ -31,3 +42,14 @@ compat_features:
3142
- css.properties.mask-position
3243
- css.properties.mask-repeat
3344
- css.properties.mask-size
45+
46+
# baseline: false
47+
# support:
48+
# chrome: "120"
49+
# chrome_android: "120"
50+
# edge: "120"
51+
# firefox: "53"
52+
# firefox_android: "53"
53+
- css.properties.mask-origin.fill-box
54+
- css.properties.mask-origin.stroke-box
55+
- css.properties.mask-origin.view-box

0 commit comments

Comments
 (0)