Skip to content

Commit

Permalink
[e] (0) missing comma in parser
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24940
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8520 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 5, 2014
1 parent eb6c298 commit 94e4553
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 1 March 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -87792,7 +87792,7 @@ <h5 id=the-insertion-mode><span class=secno>12.2.3.1 </span>The insertion mode</

<li><p><i>Loop</i>: If <var title="">node</var> is the first node in the stack of open elements,
then set <var title="">last</var> to true, and, if the parser was originally created as part of
the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a> (<a href=#fragment-case>fragment case</a>) set <var title="">node</var> to the <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var>
the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a> (<a href=#fragment-case>fragment case</a>), set <var title="">node</var> to the <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var>
element.</li>

<li>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 1 March 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -87792,7 +87792,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>

<li><p><i>Loop</i>: If <var title="">node</var> is the first node in the stack of open elements,
then set <var title="">last</var> to true, and, if the parser was originally created as part of
the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a> (<a href=#fragment-case>fragment case</a>) set <var title="">node</var> to the <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var>
the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a> (<a href=#fragment-case>fragment case</a>), set <var title="">node</var> to the <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var>
element.</li>

<li>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -97816,7 +97816,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {

<li><p><i>Loop</i>: If <var data-x="">node</var> is the first node in the stack of open elements,
then set <var data-x="">last</var> to true, and, if the parser was originally created as part of
the <span>HTML fragment parsing algorithm</span> (<span>fragment case</span>) set <var
the <span>HTML fragment parsing algorithm</span> (<span>fragment case</span>), set <var
data-x="">node</var> to the <var data-x="concept-frag-parse-context">context</var>
element.</p></li>

Expand Down

0 comments on commit 94e4553

Please sign in to comment.