From 83b4b0dab3668d6ecaa8e3cc48ce9a6ef6ffbf3f Mon Sep 17 00:00:00 2001 From: dshin-moz <102040459+dshin-moz@users.noreply.github.com> Date: Wed, 8 May 2024 13:01:20 -0400 Subject: [PATCH] [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. --- css-cascade-6/Overview.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css-cascade-6/Overview.bs b/css-cascade-6/Overview.bs index 17c3e2aec6d..f5de1d6fa18 100644 --- a/css-cascade-6/Overview.bs +++ b/css-cascade-6/Overview.bs @@ -539,7 +539,8 @@ Identifying Scoping Roots and Limits : Finding any [=scoping limits=] :: For each [=scope=] created by a [=scoping root=], its [=scoping limits=] are set to all elements - that are [=in scope=] and that match <>, + that are [=in scope=] (Only in terms of [=scoping roots=]) + and that match <>, interpreting '':scope'' and ''&'' exactly as in [=scoped style rules=].