We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db06191 commit 086852dCopy full SHA for 086852d
1 file changed
selectors-3/Overview.html
@@ -1541,8 +1541,8 @@ <h3 id=id-selectors><span class=secno>6.5. </span>ID selectors</h3>
1541
<p>An ID-typed attribute of a document language allows authors to assign an
1542
identifier to one element instance in the document tree. An ID selector
1543
contains a "number sign" (U+0023, <code>#</code>) immediately
1544
- followed by the ID value, which must be an CSS <a
1545
- href="https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier">identifiers</a>.
+ followed by the ID value, which must be a CSS <a
+ href="https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier">identifier</a>.
1546
An ID selector represents an element instance that has an identifier that
1547
matches the identifier in the ID selector.
1548
0 commit comments