We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a27080 commit 8c05ebcCopy full SHA for 8c05ebc
1 file changed
css-cascade-6/Overview.bs
@@ -284,6 +284,8 @@ Cascade Sorting Order</h3>
284
Note: When the [=:scope element=] is not otherwise defined for a declaration,
285
it is the document root element.
286
287
+ Issue: Does scope proximity belong above or below specificity in the cascade?
288
+
289
<dt id='cascade-order'>Order of Appearance
290
<dd>
291
The last declaration in document order wins.
@@ -359,6 +361,10 @@ Scoped Styles</h2>
359
361
will always refer to the [=scope=] being described,
360
362
rather than the outer scope context.
363
364
+ Issue: Should scope boundaries be added to the definition of [=scoped selectors=]?
365
366
+ Issue(6577): Inclusive vs exclusive lower boundaries
367
368
<div class=example>
369
For example,
370
[=scope boundaries=] can be contextual:
0 commit comments