Skip to content

Commit 6224e53

Browse files
committed
[css-cascade-6][editorial] Fix typo and link scope-nesting issue
1 parent 9468285 commit 6224e53

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-cascade-6/Overview.bs

+6-2
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,8 @@ Scope Nesting</h4>
619619
only the innermost ''@scope'' matters
620620
for determining [=scope proximity=] of [[#scope-scope|nested @scope rules]].
621621

622+
Issue(10795): Should the scope proximity calculation be impacted by nesting scopes?
623+
622624
<div class=example>
623625
When nesting ''@scope'' rules inside other ''@scope'' rules,
624626
or inside other selectors,
@@ -729,11 +731,13 @@ Changes since the 21 March 2023 Working Draft</h3>
729731
(<a href="https://github.com/w3c/csswg-drafts/issues/10042">Issue 10042</a>)
730732

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

735737
* Clarified that [=scope proximity=] is a single measurement of the steps
736-
between a single [=scoping root=] and [=scoped style rule=] [=subject=].
738+
between a single [=scoping root=] and [=scoped style rule=] [=subject=]
739+
(<a href="https://github.com/w3c/csswg-drafts/issues/10795">Issue 10795</a>
740+
has been opened to discuss this futher).
737741

738742
* Removed strong scope proximity.
739743
(<a href="https://github.com/w3c/csswg-drafts/issues/6790">Issue 6790</a>)

0 commit comments

Comments
 (0)