Skip to content

Commit

Permalink
:has() selector (Positive)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshin-moz authored Feb 15, 2024
1 parent 11b67dd commit 4f3cd49
Showing 1 changed file with 13 additions and 0 deletions.
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",
"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.",
"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

0 comments on commit 4f3cd49

Please sign in to comment.