You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This combinator differs from the [=descendant combinator=]
468
470
in that it applies [=weak scoping proximity=]
469
-
to the relationship between ''A'' and <css>B</css>.
471
+
to the relationship between <css>A</css> and <css>B</css>.
470
472
It does not change the [=:scope element=].
471
473
472
-
ISSUE: Should the [=scoped descendant combinator=] use strong or weak scoping proximity? Should it even exist? It's defined here to work the way many people expected the regular [=descendant combinator=] to work...
474
+
ISSUE: Should the [=scoped descendant combinator=]
475
+
use strong or weak scoping proximity?
476
+
Should it even exist?
477
+
It's defined here to work the way many people expected
478
+
the regular [=descendant combinator=] to work...
473
479
474
480
<div class="example">
475
481
This means that style rules using the [=scoped descendant combinator=]
0 commit comments