Skip to content

Commit 18e8865

Browse files
committed
[selectors] Add issue wrt more scoping types
1 parent fd99877 commit 18e8865

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

selectors/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,10 @@ <h3 id=scoping><span class=secno>3.3. </span> Scoped Selectors</h3>
13741374
but does not limit which elements match.
13751375
<p> Scope-relative selectors must be <a href=absolutize>absolutized</a>
13761376
before using them for matching.
1377+
1378+
<p class=issue> It might be necessary (for, e.g.
1379+
<code>::distributed()</code> or <code>documentFragment.find()</code>),
1380+
to split the concept of scope-relative selector into multiple concepts.
13771381
</dl>
13781382

13791383
<div class=example>

selectors/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,10 @@ <h3 id="scoping">
676676

677677
<p>
678678
Scope-relative selectors must be <a href="absolutize">absolutized</a> before using them for matching.
679+
680+
<p class="issue">
681+
It might be necessary (for, e.g. <code>::distributed()</code> or <code>documentFragment.find()</code>),
682+
to split the concept of scope-relative selector into multiple concepts.
679683
</dl>
680684

681685
<div class='example'>

0 commit comments

Comments
 (0)