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
ASCII lower alpha
Append the lowercase version of the current input character (add 0x0020 to the character's code point) to the current attribute's name.
This should presumably be "ASCII upper alpha". @annevk this may have regressed in the Infra integration PR? Might be worth spot-checking a few other places in the parser...
The text was updated successfully, but these errors were encountered:
https://html.spec.whatwg.org/multipage/syntax.html#attribute-name-state:lowercase-ascii-letters
This should presumably be "ASCII upper alpha". @annevk this may have regressed in the Infra integration PR? Might be worth spot-checking a few other places in the parser...
The text was updated successfully, but these errors were encountered: