Skip to content

Commit

Permalink
Editorial: add missing periods in the HTML tokenizer
Browse files Browse the repository at this point in the history
Fixes #6971.
  • Loading branch information
Patil2099 authored Aug 23, 2021
1 parent 8f1841e commit 11f591f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -108889,7 +108889,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
<dl class="switch">

<dt>U+002D HYPHEN-MINUS (-)</dt>
<dd>Switch to the <span>comment end state</span></dd>
<dd>Switch to the <span>comment end state</span>.</dd>

<dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
<dd>This is an <span
Expand Down Expand Up @@ -109002,7 +109002,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
<dl class="switch">

<dt>U+002D HYPHEN-MINUS (-)</dt>
<dd>Switch to the <span>comment end state</span></dd>
<dd>Switch to the <span>comment end state</span>.</dd>

<dt>EOF</dt>
<dd>This is an <span data-x="parse-error-eof-in-comment">eof-in-comment</span> <span>parse
Expand Down

0 comments on commit 11f591f

Please sign in to comment.