-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
update CSS :matches() #2937
update CSS :matches() #2937
Conversation
fixed Chrome status claiming support is shipped in Chrome 66. added flags and notes to show it is behind the flag and has partial support.
Those implementation was based on the old spec.
addresses linting error.
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.
Also, a single note can be written as:
"notes": "${note_text}"
NP. The link is what I'll be asking for going forward. |
@ExE-Boss does it look alright to you know? r? |
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.
LGTM, r+
css/selectors/matches.json
Outdated
"edge_mobile": { | ||
"version_added": false | ||
}, | ||
"firefox": { | ||
"version_added": "4", | ||
"alternative_name": ":-moz-any" | ||
"alternative_name": ":-moz-any", | ||
"notes": "Doesn't support combinators." |
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.
Nit: Consider adding a link to bug 906353:
"notes": "Doesn't support combinators." | |
"notes": [ | |
"Doesn't support combinators.", | |
"See <a href='https://bugzil.la/906353>bug 906353</a>" | |
] |
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.
Added. (GitHub didn't offer me to accept your suggestion directly, as I'm not the PR author. [I think they should allow maintainers to accept these, too])
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.
r+
Sorry this took a while! |
:-moz-any()
and:-webkit-any()
are subset of:matches()