Skip to content

Commit 9a7b555

Browse files
committed
[css-cascade-6] Scope start and end selectors are unforgiving w3c#10042
1 parent 86b82fc commit 9a7b555

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-cascade-6/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,9 @@ Syntax of ''@scope''</h4>
437437

438438
where:
439439

440-
* <dfn><<scope-start>></dfn> is a <<forgiving-selector-list>> [=selector=]
440+
* <dfn><<scope-start>></dfn> is a <<selector-list>> [=selector=]
441441
used to identify the [=scoping root=](s).
442-
* <dfn><<scope-end>></dfn> is a <<forgiving-selector-list>> [=selector=]
442+
* <dfn><<scope-end>></dfn> is a <<selector-list>> [=selector=]
443443
used to identify any [=scoping limits=].
444444
* the <<rule-list>> represents the [=scoped style rules=].
445445

@@ -725,6 +725,9 @@ Changes since the 21 March 2023 Working Draft</h3>
725725
Significant changes since the
726726
<a href="https://www.w3.org/TR/2023/WD-css-cascade-6-20230321/">21 March 2023 Working Draft</a> include:
727727

728+
* ''<<scope-start>>'' and ''<<scope-end>>'' selectors are unforgiving.
729+
(<a href="https://github.com/w3c/csswg-drafts/issues/10042">Issue 10042</a>)
730+
728731
* A ''@scope'' rule without ''<<scope-start>>'' scopes to the
729732
[==shadow host==] instead of the [==shadow root==].
730733
(<a href="https://github.com/w3c/csswg-drafts/issues/9178">Issue 9178</a>)

0 commit comments

Comments
 (0)