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

:has() selector (Positive) #986

Merged
merged 4 commits into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,19 @@
"title": "CSS Properties and Values API: @property",
"url": "https://drafts.css-houdini.org/css-properties-values-api-1#at-property-rule"
},
{
"ciuName": "css-has",
"description": ":has selector lets authors select elements that anchor at least one element that matches its inner relative selector.",
"id": "css-has-selector",
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/CSS/:has",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=has-pseudo",
"mozPosition": "positive",
"mozPositionDetail": "We recognize that :has is something that a lot of people want. That power does come with performance costs, like the potential for very poor performance when there is DOM tree mutation. Overall, the utility of the selector justifies this risk, but we might need to do more to help developers avoid the worst problems.",
"mozPositionIssue": 528,
"org": "W3C",
"title": "CSS Relational Pseudo-Class (:has())",
"url": "https://drafts.csswg.org/selectors/#relational"
},
{
"ciuName": "css-cascade-scope",
"description": "@scope rule allows targeting CSS rules to subtree or fragment of a document.",
Expand Down