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

Add CSS Scoped Styles (positive) #981

Merged
merged 4 commits into from
Feb 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2091,5 +2091,17 @@
"org": "WHATWG",
"title": "timezonechange event",
"url": "https://github.com/whatwg/html/pull/3047"
},
{
"ciuName": null,
zcorpan marked this conversation as resolved.
Show resolved Hide resolved
"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. We hope to evaluate its performance impact by developing a working prototype.",
dshin-moz marked this conversation as resolved.
Show resolved Hide resolved
"mozPositionIssue": 472,
"org": "W3C",
"title": "CSS Scoped Styles",
"url": "https://drafts.csswg.org/css-cascade-6/#scoped-styles"
}
]