From 1ff4df46ae855a6b71774e5111a1132be974e5cc Mon Sep 17 00:00:00 2001
From: Sebastian Zartner
Date: Sun, 14 Dec 2025 01:13:02 +0100
Subject: [PATCH 1/2] [css-nesting-1][editorial] Added WPTs
---
css-nesting-1/Overview.bs | 85 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 84 insertions(+), 1 deletion(-)
diff --git a/css-nesting-1/Overview.bs b/css-nesting-1/Overview.bs
index 262761d0f10a..17ebd3b59bb8 100644
--- a/css-nesting-1/Overview.bs
+++ b/css-nesting-1/Overview.bs
@@ -12,6 +12,8 @@ Former Editor: Adam Argyle, Google, https://nerdy.dev, w3cid 112669
Abstract: 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.
Default Highlight: css
Include MDN Panels: no
+WPT Path Prefix: css/css-nesting/
+WPT Display: open
@@ -36,6 +38,24 @@ Introduction
This feature allows related styles to be aggregated into a single structure within the CSS document,
improving readability and maintainability.
+
+ block-skipping.html
+ delete-other-rule-crash.html
+ double-parent-pseudo-in-placeholder-crash.html
+ has-nesting.html
+ invalidation-001.html
+ invalidation-002.html
+ invalidation-003.html
+ invalidation-004.html
+ nested-error-recovery.html
+ nesting-basic.html
+ nesting-revert-rule.tentative.html
+ parent-pseudo-in-placeholder-crash.html
+ pseudo-part-crash.html
+ pseudo-where-crash.html
+ supports-is-consistent.html
+
+
Module Interactions
@@ -192,6 +212,13 @@ Nesting Style Rules {#nesting}
which are implicitly relative
to the elements matched by the parent rule.
+
+ implicit-nesting.html
+ implicit-nesting-ident.html
+ implicit-nesting-ident-recovery.html
+ implicit-parent-insertion-crash.html
+
+
That is,
a nested style rule like:
@@ -254,6 +281,10 @@ Nesting Style Rules {#nesting}
+
+ nested-rule-cssom-invalidation.html
+
+