Skip to content

Commit 246eae5

Browse files
dshin-moztabatkins
andauthored
[css-cascade-6] Clarify circular dependency (In wording) in finding scoping limits. (#10295)
* [css-cascade-6] Clarify circular dependency in finding scoping limits. Finding scoping limits mention in-scope elements, which in turn mentions scoping limits. Add wording to ignore the scoping limits portion of in scope, which seems implied. * Apply suggestion from @tabatkins Inlining the relevant dfn instead, and making it non-inclusive. --------- Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
1 parent 54fd028 commit 246eae5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-cascade-6/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,8 @@ Identifying Scoping Roots and Limits</h4>
771771
: Finding any [=scoping limits=]
772772
:: For each [=scope=] created by a [=scoping root=],
773773
its [=scoping limits=] are set to all elements
774-
that are [=in scope=] and that match <<scope-end>>,
774+
that are [=descendants=] of the [=scoping root=]
775+
and that match <<scope-end>>,
775776
interpreting '':scope'' and ''&''
776777
exactly as in [=scoped style rules=].
777778

0 commit comments

Comments
 (0)