Skip to content

Commit e227371

Browse files
committed
[selectors] Remove issue on ID selector syntax; closed no change per WG resolution
1 parent bea2925 commit e227371

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

selectors/Overview.src.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,11 +1583,6 @@ <h3 id="id-selectors">
15831583
An ID selector represents an element instance that has an identifier that matches the identifier in the ID selector.
15841584
(It is possible in non-conforming documents for multiple elements to match a single ID selector.)
15851585

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-
15911586
<div class="example">
15921587
<p>Examples:
15931588
<p>The following ID selector represents an <code>h1</code> element

0 commit comments

Comments
 (0)