Skip to content

Commit

Permalink
HTML standard fixed the typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecheckoway committed Sep 14, 2018
1 parent 6a979a2 commit efcd813
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gumbo-parser/src/tokenizer_states.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,16 +315,16 @@ typedef enum {
// https://html.spec.whatwg.org/multipage/parsing.html#numeric-character-reference-state
GUMBO_LEX_NUMERIC_CHARACTER_REFERENCE,

// 12.2.5.76 Hexademical character reference start state (XXX: spec typo?)
// https://html.spec.whatwg.org/multipage/parsing.html#hexademical-character-reference-start-state
// 12.2.5.76 Hexadecimal character reference start state
// https://html.spec.whatwg.org/multipage/parsing.html#hexadecimal-character-reference-start-state
GUMBO_LEX_HEXADECIMAL_CHARACTER_REFERENCE_START,

// 12.2.5.77 Decimal character reference start state
// https://html.spec.whatwg.org/multipage/parsing.html#decimal-character-reference-start-state
GUMBO_LEX_DECIMAL_CHARACTER_REFERENCE_START,

// 12.2.5.78 Hexademical character reference state (XXX: spec typo?)
// https://html.spec.whatwg.org/multipage/parsing.html#hexademical-character-reference-state
// 12.2.5.78 Hexadecimal character reference state
// https://html.spec.whatwg.org/multipage/parsing.html#hexadecimal-character-reference-state
GUMBO_LEX_HEXADECIMAL_CHARACTER_REFERENCE,

// 12.2.5.79 Decimal character reference state
Expand Down

0 comments on commit efcd813

Please sign in to comment.