Closed tigt closed 3 years ago
HTML5 lifted the restrictions on id values, which are now essentially any character sequence: https://mathiasbynens.be/notes/html5-id-class
id
This was specced about 11 years ago and made with HTML ≤4.01 backwards compatibility in mind. It should be safe to no longer worry about this.
Cool! Great to know.
HTML5 lifted the restrictions on
id
values, which are now essentially any character sequence: https://mathiasbynens.be/notes/html5-id-classThis was specced about 11 years ago and made with HTML ≤4.01 backwards compatibility in mind. It should be safe to no longer worry about this.