From 59e2ccac51587c19e4d145c6976fdeb4bf476c04 Mon Sep 17 00:00:00 2001 From: dshin-moz <102040459+dshin-moz@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:20:57 -0500 Subject: [PATCH] Add CSS Scoped Styles (positive) Closes #472. --- activities.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/activities.json b/activities.json index 3a25cb6..b235f7f 100644 --- a/activities.json +++ b/activities.json @@ -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.",