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 unprefixed mask support in Chromium #23000

Closed
wants to merge 1 commit into from
Closed

Conversation

ddbeck
Copy link
Collaborator

@ddbeck ddbeck commented May 3, 2024

Summary

All of the other mask- properties were unprefixed at the same time, only this one was left unmodified. I think this was missed in the course of running automatic updates for Chrome 120. See: #21148 (comment)

Test results and supporting details

Using the demo here (with the prefixes removed) worked in Chrome: https://css-tricks.com/almanac/properties/m/mask/#aa-example

This status entry says the shorthand was included: https://chromestatus.com/feature/5839739127332864

Related issues

#21148

All of the other `mask-` properties were unprefixed at the same time, only this one was left unmodified. I think this was missed in the course of running automatic updates for Chrome 120. See: mdn#21148 (comment)
@github-actions github-actions bot added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label May 3, 2024
Copy link
Collaborator

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Edge and WebView also need to be updated. I've done that in #23014, and I found this PR by chance when looking at open PRs.

@foolip
Copy link
Collaborator

foolip commented May 6, 2024

Done in #23014.

@foolip foolip closed this May 6, 2024
@ddbeck ddbeck deleted the mask-chromium branch May 6, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants