Skip to content

Commit

Permalink
Regression fix: ASCII lower alpha → ASCII upper alpha in the parser
Browse files Browse the repository at this point in the history
This regressed in 104bd78.

Fixes whatwg#2375.
  • Loading branch information
annevk authored and Alice Boxhall committed Jan 7, 2019
1 parent 8a53dfd commit d539734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -101977,7 +101977,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<dt>U+003D EQUALS SIGN (=)</dt>
<dd>Switch to the <span>before attribute value state</span>.</dd>

<dt><span>ASCII lower alpha</span></dt>
<dt><span>ASCII upper alpha</span></dt>
<dd>Append the lowercase version of the <span>current input character</span> (add 0x0020 to the
character's code point) to the current attribute's name.</dd>

Expand Down

0 comments on commit d539734

Please sign in to comment.