Skip to content

Commit

Permalink
[css-cascade-6] Scope start and end selectors are unforgiving #10042
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Aug 14, 2024
1 parent 86b82fc commit 9a7b555
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css-cascade-6/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ Syntax of ''@scope''</h4>

where:

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

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

* ''<<scope-start>>'' and ''<<scope-end>>'' selectors are unforgiving.
(<a href="https://github.com/w3c/csswg-drafts/issues/10042">Issue 10042</a>)

* A ''@scope'' rule without ''<<scope-start>>'' scopes to the
[==shadow host==] instead of the [==shadow root==].
(<a href="https://github.com/w3c/csswg-drafts/issues/9178">Issue 9178</a>)
Expand Down

0 comments on commit 9a7b555

Please sign in to comment.