Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing keys to masks #2101

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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