Skip to content

Commit 794e834

Browse files
committed
[meta] Specialize the dfns to avoid ambi-for conflicts elsewhere.
1 parent ffd36e6 commit 794e834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Structure and Terminology</h3>
564564
it defaults to meaning a <a>list of complex selectors</a>.
565565
See [[#grouping]] for further details on <a>selector lists</a>.
566566

567-
The <dfn export local-lt="subject">subject of a selector</dfn> is
567+
The <dfn export for=selector lt="subject|subject of a selector">subject of a selector</dfn> is
568568
the element(s) that selector is defined to be about:
569569

570570
<ul>
@@ -574,7 +574,7 @@ Structure and Terminology</h3>
574574
<li>For a <a>selector list</a>, it is any element that matches any of the <a>selectors</a> in the list.
575575
</ul>
576576

577-
An element is said to <dfn export>match</dfn> a selector
577+
An element is said to <dfn for=selector export>match</dfn> a selector
578578
if it is a <a>subject</a> of that selector.
579579
Thus a selector consisting of a single <a>compound selector</a>
580580
matches any element satisfying its requirements.

0 commit comments

Comments
 (0)