-
Notifications
You must be signed in to change notification settings - Fork 2k
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 mask border properties #7384
Conversation
ah I can't use true for Chrome anymore. Well, my best guess is these went into Safari 3.1, based on this 2008 blog post https://webkit.org/blog/181/css-masks/ which would put it into Chrome 1 I think? I've updated the others based on that, unless anyone has better knowledge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small issues to resolve here before merging. Thank you, @rachelandrew!
Co-authored-by: Daniel D. Beck <[email protected]>
@ddbeck thanks - I think I've covered those requests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 🎉
I'm looking at the missing BCD reported in mdn/sprints#3436
This PR is for the
mask-border-
properties. These have no support but most are implemented with a different name, prefixed in Safari and Chrome. I haven't been able to find out exactly when these versions went into Webkit, but Safari 6 seems to have them and Chrome 30, as I tested them.