Skip to content

Commit

Permalink
Add CSS Scoped Styles (positive)
Browse files Browse the repository at this point in the history
Closes #472.
  • Loading branch information
dshin-moz authored Feb 5, 2024
1 parent 275f92c commit 59e2cca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,18 @@
"title": "CSS Properties and Values API: @property",
"url": "https://drafts.css-houdini.org/css-properties-values-api-1#at-property-rule"
},
{
"ciuName": "css-cascade-scope",
"description": "@scope rule allows targeting CSS rules to subtree or fragment of a document.",
"id": "at-scope",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=%40scope",
"mozPosition": "positive",
"mozPositionDetail": "Scoped styles allow authors to precisely control upper- and lower-bounds of where CSS rules, without having to add many attributes on DOM elements. However, there is a risk of performance degradation that will have to be answered with implementation experience.",
"mozPositionIssue": 472,
"org": "W3C",
"title": "CSS Scoped Styles",
"url": "https://drafts.csswg.org/css-cascade-6/#scoped-styles"
},
{
"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 59e2cca

Please sign in to comment.