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 1 commit
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 @@ -318,6 +318,19 @@
"title": "CSS Scoped Styles",
"url": "https://drafts.csswg.org/css-cascade-6/#scoped-styles"
},
{
"ciuName": "css-has-selector",
dshin-moz marked this conversation as resolved.
Show resolved Hide resolved
"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 acknowledge the developer demand for this selector, and the implementation is shipping as of 121. However, we are still concerned about the worst-case performance of DOM tree mutation when using the selector.",
dshin-moz marked this conversation as resolved.
Show resolved Hide resolved
"mozPositionIssue": 528,
"org": "W3C",
"title": "CSS Relational Pseudo-Class (:has())",
"url": "https://drafts.csswg.org/selectors/#relational"
},
{
"ciuName": null,
"description": "This specification defines the ::part() and ::theme() pseudo-elements on shadow hosts, allowing shadow hosts to selectively expose chosen elements from their shadow tree to the outside page for styling purposes.",
Expand Down