@@ -624,15 +624,15 @@ Scoped Selectors</h3>
624624 There are two <dfn export lt="scoping method | selector scoping method">scoping methods</dfn> for selectors:
625625
626626 <dl>
627- <dt> <dfn export lt="scope-contained | scope-contained selector">scope-contained</dfn>
627+ <dt> <dfn export id="scope-contained" lt="scope-contained | scope-contained selector">scope-contained</dfn>
628628 <dd>
629629 With this method of scoping, selectors match as if
630630 the <a>scoping root</a> were the root of the document:
631631 all <a>compound selectors</a> must be represented within the scope.
632632 (The '':root'' pseudo-class, however,
633633 still only matches the actual root of the document.)
634634
635- <dt> <dfn export lt="scope-filtered | scope-filtered selector">scope-filtered</dfn>
635+ <dt> <dfn export id="scope-filtered" lt="scope-filtered | scope-filtered selector">scope-filtered</dfn>
636636 <dd>
637637 With this method of scoping, a selector matches an element only if the element is within the scope,
638638 even if other components of the selector are outside the scope.
@@ -715,7 +715,7 @@ Absolutizing a Relative Selector</h4>
715715<h3 id="pseudo-classes">
716716Pseudo-classes</h3>
717717
718- <dfn export lt="pseudo-class">Pseudo-classes</dfn> are <a>simple selectors</a>
718+ <dfn export id="pseudo-class" lt="pseudo-class">Pseudo-classes</dfn> are <a>simple selectors</a>
719719 that permit selection based on
720720 information that lies outside of the document tree
721721 or that can be awkward or impossible to express using the other simple selectors.
@@ -729,7 +729,7 @@ Pseudo-classes</h3>
729729 consists of a ":" (U+003A COLON)
730730 followed by the name of the <a>pseudo-class</a>
731731 as a CSS <a>identifier</a> ,
732- and, in the case of a <dfn export>functional pseudo-class</dfn> ,
732+ and, in the case of a <dfn export id="functional-pseudo-class" >functional pseudo-class</dfn> ,
733733 a pair of parentheses containing its arguments.
734734
735735 <p class="example">
@@ -758,7 +758,7 @@ Pseudo-classes</h3>
758758
759759 Similar to how certain <a>pseudo-classes</a> represent additional state information
760760 not directly present in the document tree,
761- a <dfn export>pseudo-element</dfn> represents an <em> element</em>
761+ a <dfn export id="pseudo-element" >pseudo-element</dfn> represents an <em> element</em>
762762 not directly present in the document tree.
763763 They are used to create abstractions about the document tree
764764 beyond those provided by the document tree.
@@ -2382,7 +2382,7 @@ The User-interaction Pseudo-class: '':user-error''</h4>
23822382<h2 id="structural-pseudos">
23832383Tree-Structural pseudo-classes</h2>
23842384
2385- Selectors introduces the concept of <dfn>structural pseudo-classes</dfn>
2385+ Selectors introduces the concept of <dfn id="structural-pseudo-classes" >structural pseudo-classes</dfn>
23862386 to permit selection based on extra information that lies in
23872387 the document tree but cannot be represented by other simple selectors or
23882388 combinators.
@@ -2850,7 +2850,7 @@ Child combinator (<code>></code>)</h3>
28502850<h3 id="adjacent-sibling-combinators">
28512851Next-sibling combinator (<code>+</code>)</h3>
28522852
2853- The <dfn export>next-sibling combinator</dfn> is made of the “plus sign”
2853+ The <dfn export id="next-sibling-combinator" >next-sibling combinator</dfn> is made of the “plus sign”
28542854 (U+002B, <dfn selector id=selectordef-adjacent>+</dfn> ) code point that separates two
28552855 <a>compound selectors</a> .
28562856 The elements represented by the two <a>compound selectors</a>
@@ -2879,7 +2879,7 @@ Next-sibling combinator (<code>+</code>)</h3>
28792879<h3 id="general-sibling-combinators">
28802880Following-sibling combinator (<code>~</code>)</h3>
28812881
2882- The <dfn export>following-sibling combinator</dfn> is made of the "tilde"
2882+ The <dfn export id="following-sibling-combinator" >following-sibling combinator</dfn> is made of the "tilde"
28832883 (U+007E, <dfn selector id=selectordef-sibling>~</dfn> ) code point that separates two <a>compound selectors</a> .
28842884 The elements represented by the two <a>compound selectors</a> share
28852885 the same parent in the document tree and the element represented by
0 commit comments