From 1fa0cf7a8215ae47f83597d1441d2a41e9add18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 17 Sep 2024 10:16:58 +0200 Subject: [PATCH] Add an entry for the nesting declarations rule. --- activities.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/activities.json b/activities.json index 15b75e7..e2a7137 100644 --- a/activities.json +++ b/activities.json @@ -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.",