Skip to content

Commit

Permalink
:has() selector (Positive)
Browse files Browse the repository at this point in the history
Closes #528
  • Loading branch information
dshin-moz authored Feb 20, 2024
1 parent 28cbce9 commit 7166458
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 @@ -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

0 comments on commit 7166458

Please sign in to comment.