Skip to content

Commit 43aeb2d

Browse files
authored
[css-nesting-1] Fix linking of <<scope-start>> (#12991)
`<scope-start>` is a production, and should use the production markup `<<scope-start>>`. Fixes this error: LINE 1347:22: ''...'' shorthand (opened on 1347:7) was closed, but there were still open elements inside of it.
1 parent 8eb7daa commit 43aeb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-nesting-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ will collapse into a single rule when serialized and parsed again.
13441344
Significant changes since the
13451345
<a href="https://www.w3.org/TR/2023/WD-css-nesting-1-20230214/">Feb 14, 2023 Working Draft</a>:
13461346

1347-
* The ''<scope-start>'' selector of a ''@scope'' rule
1347+
* The <<scope-start>> selector of a ''@scope'' rule
13481348
no longer acts as the parent rule for nesting.
13491349
(<a href="https://github.com/w3c/csswg-drafts/issues/9740">Issue 9740</a>)
13501350

0 commit comments

Comments
 (0)