File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ description: The `mask` CSS property (and several longhand properties) partially
33spec : https://drafts.fxtf.org/css-masking-1/#positioned-masks
44group : clipping-shapes-masking
55caniuse : css-masks
6+ status :
7+ compute_from : css.properties.mask
68compat_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
Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ status:
1313 safari: "15.4"
1414 safari_ios: "15.4"
1515compat_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
You can’t perform that action at this time.
0 commit comments