Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(css): Add rest two standard selectors #893

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skyclouds2001
Copy link
Contributor

Description

the pr add the rest two selector features into data in #241

note those that are non-standard / not-supported features (not bcd entry) list in the issue are not included

Motivation

Additional details

Related issues and pull requests

Fixes #241

@skyclouds2001 skyclouds2001 marked this pull request as ready for review January 12, 2025 12:29
@skyclouds2001 skyclouds2001 requested a review from a team as a code owner January 12, 2025 12:29
@skyclouds2001 skyclouds2001 requested review from pepelsbey and removed request for a team January 12, 2025 12:29
@skyclouds2001 skyclouds2001 changed the title feat(css): Add rest standard selectors feat(css): Add rest two standard selectors Jan 12, 2025
@@ -44,6 +44,15 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors"
},
"Nesting selector": {
"syntax": "A { &B { } }",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure if it is a good syntax, but I didn't find a better one for it

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing pseudo-classes
1 participant