Skip to content

Commit 086852d

Browse files
authored
Fix typo in selectors-3 (#12028)
1 parent db06191 commit 086852d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selectors-3/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,8 +1541,8 @@ <h3 id=id-selectors><span class=secno>6.5. </span>ID selectors</h3>
15411541
<p>An ID-typed attribute of a document language allows authors to assign an
15421542
identifier to one element instance in the document tree. An ID selector
15431543
contains a &quot;number sign&quot; (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>.
1544+
followed by the ID value, which must be a CSS <a
1545+
href="https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier">identifier</a>.
15461546
An ID selector represents an element instance that has an identifier that
15471547
matches the identifier in the ID selector.
15481548

0 commit comments

Comments
 (0)