-
Notifications
You must be signed in to change notification settings - Fork 193
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
CSS Selectors: add "Grouping Selectors" #393
Conversation
The Travis run failed because you are trying to use a group type that doesn't exist. I'd suggest just using |
How can I add a new group type for See related links: https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Universal_selectors and the new grouping selectors: https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Grouping_selectors |
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.
Ah, thanks for sorting that out @ExE-Boss . You are right that we should use Selector list. @ramiy to add new group type, you add it to the group list at https://github.com/mdn/data/blob/e82e4caa73d88b0edcb52ae579c75e479c320997/css/definitions.json |
OK, let's try that out for size. Thanks @ramiy ! |
Next, we’ll need to update KumaScript’s |
A new version of mdn‑data has to be published before this will show up on MDN (because of mdn/kumascript#1126) |
The last version released over 3 months ago... It's time to release a new version. |
Related:
mdn/sprints#2233
mdn/sprints#2164