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 an entry for the nesting declarations rule. #1072

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
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 @@ -268,6 +268,18 @@
"title": "CSS Layout API",
"url": "https://drafts.css-houdini.org/css-layout-api-1"
},
{
"ciuName": null,
"description": "Implicit rules created by nesting create a new kind of rule, not an style rule",
"id": "css-nest-rule",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1918408",
"mozPosition": "positive",
"mozPositionDetail": "Straight improvement to the status quo of CSS nesting",
"mozPositionIssue": 1048,
"org": "W3C",
"title": "CSS Nested Declarations Rule",
"url": "https://drafts.csswg.org/css-nesting-1/#the-cssnestrule"
},
{
"ciuName": "css-nesting",
"description": "This module introduces the ability to nest one style rule inside another, with the selector of the child rule relative to the selector of the parent rule. This increases the modularity and maintainability of CSS stylesheets.",
Expand Down
Loading