Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser has a case for ASCII lower alpha that should be upper alpha, I think #2375

Closed
domenic opened this issue Feb 21, 2017 · 2 comments
Closed

Comments

@domenic
Copy link
Member

domenic commented Feb 21, 2017

https://html.spec.whatwg.org/multipage/syntax.html#attribute-name-state:lowercase-ascii-letters

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...

@annevk
Copy link
Member

annevk commented Feb 21, 2017

Relevant commit: 104bd78.

@annevk
Copy link
Member

annevk commented Feb 21, 2017

Seems like the only instance from a quick skim of that section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants