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 mask border properties #7384

Merged
merged 6 commits into from
Jan 18, 2021
Merged

Add mask border properties #7384

merged 6 commits into from
Jan 18, 2021

Conversation

rachelandrew
Copy link
Collaborator

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.

@github-actions github-actions bot added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Nov 17, 2020
@rachelandrew
Copy link
Collaborator Author

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.

@ddbeck ddbeck self-requested a review December 10, 2020 15:51
Copy link
Collaborator

@ddbeck ddbeck left a 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!

css/properties/mask-border-outset.json Outdated Show resolved Hide resolved
css/properties/mask-border-mode.json Outdated Show resolved Hide resolved
css/properties/mask-border.json Outdated Show resolved Hide resolved
@rachelandrew
Copy link
Collaborator Author

@ddbeck thanks - I think I've covered those requests.

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Thank you! 🎉

@ddbeck ddbeck merged commit 88e1bb3 into mdn:master Jan 18, 2021
@ddbeck ddbeck changed the title mask border properties Add mask border properties Jan 18, 2021
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