diff --git a/css-cascade-6/Overview.bs b/css-cascade-6/Overview.bs index 3792ea36116f..4ab0a1d80634 100644 --- a/css-cascade-6/Overview.bs +++ b/css-cascade-6/Overview.bs @@ -526,75 +526,6 @@ Scoped Descendant Combinator - Note: Most simple scoping relationships can be represented with this syntax, - rather than the more complex [=selector scoping notation=] defined below. - -
- <- - If, after parsing, <> = ( <> [/ < >]? ) -
- (.post / .comments) .title { font-size: 2em; }
-
-
- Without any such lower limits,
- the [=selector scoping notation=] is similar to existing descendant selectors,
- except that the [=scoping root=] can be matched
- by the selector as well.
-
- (.ancestor) .child { color: darkmagenta; }
- .child:is(.ancestor, .ancestor *) { color: darkmagenta; }
- .ancestor.child, .ancestor .child { color: darkmagenta; }
-
-
- However the first rule will win,
- because it also applies [=weak scoping proximity=].
- querySelector().
- Is this something we want to have?
-