[html5] r8520 - [e] (0) missing comma in parser Fixing https://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 5 13:20:37 PST 2014


Author: ianh
Date: 2014-03-05 13:20:36 -0800 (Wed, 05 Mar 2014)
New Revision: 8520

Modified:
   complete.html
   index
   source
Log:
[e] (0) missing comma in parser
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24940
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2014-03-05 04:28:38 UTC (rev 8519)
+++ complete.html	2014-03-05 21:20:36 UTC (rev 8520)
@@ -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 — Last Updated 1 March 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -87792,7 +87792,7 @@
 
    <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>

Modified: index
===================================================================
--- index	2014-03-05 04:28:38 UTC (rev 8519)
+++ index	2014-03-05 21:20:36 UTC (rev 8520)
@@ -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 — Last Updated 1 March 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -87792,7 +87792,7 @@
 
    <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>

Modified: source
===================================================================
--- source	2014-03-05 04:28:38 UTC (rev 8519)
+++ source	2014-03-05 21:20:36 UTC (rev 8520)
@@ -97816,7 +97816,7 @@
 
    <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>
 




More information about the Commit-Watchers mailing list