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

Fix the nesting of not_match_link features #9842

Merged
merged 1 commit into from
Apr 14, 2021
Merged

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Apr 13, 2021

These were accidentally both defining css.selectors.not_match_link,
merged together by extend.

This removes css.selectors.not_match_link and adds
css.selectors.any-link.not_match_link + css.selectors.link.not_match_link.

Note that a correctly nested css.selectors.visited.not_match_link
already existed.

These were accidentally both defining css.selectors.not_match_link,
merged together by `extend`.

This removes css.selectors.not_match_link and adds
css.selectors.any-link.not_match_link + css.selectors.link.not_match_link.

Note that a correctly nested css.selectors.visited.not_match_link
already existed.
@github-actions github-actions bot added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Apr 13, 2021
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.

Looks good. Thank you! 🎉

@ddbeck ddbeck merged commit edfce3c into mdn:main Apr 14, 2021
ddbeck added a commit to ddbeck/browser-compat-data that referenced this pull request Apr 14, 2021
@foolip foolip deleted the not_match_link branch April 14, 2021 16:03
ddbeck added a commit that referenced this pull request Apr 15, 2021
* Start preparing for April 15, 2021 release
* Add release note for #9842
* Add release note for #7398
* Add stats
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.

3 participants