You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**HTML5**
https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute
> The id attribute specifies its element's unique identifier (ID).
> There are no other restrictions on what form an ID can take;
in particular, IDs can consist of just digits, start with a digit,
start with an underscore, consist of just punctuation, etc.
**HTML4.01**
https://www.w3.org/TR/html401/types.html#type-id
> ID and NAME tokens must begin with a letter ([A-Za-z]) and
may be followed by any number of letters, digits ([0-9]),
hyphens ("-"), underscores ("_"), colons (":"),
and periods (".").
0 commit comments