We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea2925 commit e227371Copy full SHA for e227371
1 file changed
selectors/Overview.src.html
@@ -1583,11 +1583,6 @@ <h3 id="id-selectors">
1583
An ID selector represents an element instance that has an identifier that matches the identifier in the ID selector.
1584
(It is possible in non-conforming documents for multiple elements to match a single ID selector.)
1585
1586
- <p class='issue'>
1587
- In Quirks Mode, we accept all hash tokens, not just ones whose value matches the ident syntax.
1588
- Should we change the Standards Mode to do that, too?
1589
- Note that HTML5 loosened the definition of valid ids to allow things starting with numbers, etc.
1590
-
1591
<div class="example">
1592
<p>Examples:
1593
<p>The following ID selector represents an <code>h1</code> element
0 commit comments