File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -915,7 +915,8 @@ <h4 id=double-quote-string-state><span class=secno>3.4.4. </span> <dfn
915915 < dt > < a href ="#newline "> < i > newline</ i > </ a >
916916
917917 < dd > This is a < i > parse error</ i > . Emit a bad-string token. Switch to the
918- < a href ="#data-state0 "> < i > data state</ i > </ a > .
918+ < a href ="#data-state0 "> < i > data state</ i > </ a > . Reconsume the < a
919+ href ="#current-input-character "> < i > current input character</ i > </ a > .
919920
920921 < dt > U+005C REVERSE SOLIDUS (\)
921922
@@ -961,7 +962,8 @@ <h4 id=single-quote-string-state><span class=secno>3.4.5. </span> <dfn
961962 < dt > < a href ="#newline "> < i > newline</ i > </ a >
962963
963964 < dd > This is a < i > parse error</ i > . Emit a bad-string token. Switch to the
964- < a href ="#data-state0 "> < i > data state</ i > </ a > .
965+ < a href ="#data-state0 "> < i > data state</ i > </ a > . Reconsume the < a
966+ href ="#current-input-character "> < i > current input character</ i > </ a > .
965967
966968 < dt > U+005C REVERSE SOLIDUS (\)
967969
Original file line number Diff line number Diff line change 713713 This is a < i > parse error</ i > .
714714 Emit a bad-string token.
715715 Switch to the < i > data state</ i > .
716+ Reconsume the < i > current input character</ i > .
716717
717718 < dt > U+005C REVERSE SOLIDUS (\)
718719 < dd >
771772 This is a < i > parse error</ i > .
772773 Emit a bad-string token.
773774 Switch to the < i > data state</ i > .
775+ Reconsume the < i > current input character</ i > .
774776
775777 < dt > U+005C REVERSE SOLIDUS (\)
776778 < dd >
You can’t perform that action at this time.
0 commit comments