Skip to content

Commit 8c05ebc

Browse files
committed
[css-cascade-6] Add inline and linked scope issues
1 parent 0a27080 commit 8c05ebc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-cascade-6/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ Cascade Sorting Order</h3>
284284
Note: When the [=:scope element=] is not otherwise defined for a declaration,
285285
it is the document root element.
286286

287+
Issue: Does scope proximity belong above or below specificity in the cascade?
288+
287289
<dt id='cascade-order'>Order of Appearance
288290
<dd>
289291
The last declaration in document order wins.
@@ -359,6 +361,10 @@ Scoped Styles</h2>
359361
will always refer to the [=scope=] being described,
360362
rather than the outer scope context.
361363

364+
Issue: Should scope boundaries be added to the definition of [=scoped selectors=]?
365+
366+
Issue(6577): Inclusive vs exclusive lower boundaries
367+
362368
<div class=example>
363369
For example,
364370
[=scope boundaries=] can be contextual:

0 commit comments

Comments
 (0)