[html5] r8670 - [ct] (3) PARSER: apply r2806 fix to eof tokens as well Affected topics: HTML Syn [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 10 21:04:26 PDT 2014
Author: ianh
Date: 2014-06-10 21:04:23 -0700 (Tue, 10 Jun 2014)
New Revision: 8670
Modified:
complete.html
index
source
Log:
[ct] (3) PARSER: apply r2806 fix to eof tokens as well
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2014-06-10 16:42:55 UTC (rev 8669)
+++ complete.html 2014-06-11 04:04:23 UTC (rev 8670)
@@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//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 10 June 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 11 June 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -91958,8 +91958,9 @@
<p>Otherwise, follow these steps:</p>
<ol><!--CLEANUP--><li><p>If there is a node in the <a href=#stack-of-open-elements>stack of open elements</a> that is not either a
- <code><a href=#the-dd-element>dd</a></code> element, a <code><a href=#the-dt-element>dt</a></code> element, an <code><a href=#the-li-element>li</a></code> element, a <code><a href=#the-p-element>p</a></code>
- element, a <code><a href=#the-tbody-element>tbody</a></code> element, a <code><a href=#the-td-element>td</a></code> element, a <code><a href=#the-tfoot-element>tfoot</a></code> element,
+ <code><a href=#the-dd-element>dd</a></code> element, a <code><a href=#the-dt-element>dt</a></code> element, an <code><a href=#the-li-element>li</a></code> element, an
+ <code><a href=#the-optgroup-element>optgroup</a></code> element, an <code><a href=#the-option-element>option</a></code> element, a <code><a href=#the-p-element>p</a></code>
+ element, an <code><a href=#the-rp-element>rp</a></code> element, an <code><a href=#the-rt-element>rt</a></code> element, a <code><a href=#the-tbody-element>tbody</a></code> element, a <code><a href=#the-td-element>td</a></code> element, a <code><a href=#the-tfoot-element>tfoot</a></code> element,
a <code><a href=#the-th-element>th</a></code> element, a <code><a href=#the-thead-element>thead</a></code> element, a <code><a href=#the-tr-element>tr</a></code> element, the
<code><a href=#the-body-element>body</a></code> element, or the <code><a href=#the-html-element>html</a></code> element, then this is a <a href=#parse-error>parse
error</a>.</li> <!-- (some of those are fragment cases) -->
Modified: index
===================================================================
--- index 2014-06-10 16:42:55 UTC (rev 8669)
+++ index 2014-06-11 04:04:23 UTC (rev 8670)
@@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//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 10 June 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 11 June 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -91958,8 +91958,9 @@
<p>Otherwise, follow these steps:</p>
<ol><!--CLEANUP--><li><p>If there is a node in the <a href=#stack-of-open-elements>stack of open elements</a> that is not either a
- <code><a href=#the-dd-element>dd</a></code> element, a <code><a href=#the-dt-element>dt</a></code> element, an <code><a href=#the-li-element>li</a></code> element, a <code><a href=#the-p-element>p</a></code>
- element, a <code><a href=#the-tbody-element>tbody</a></code> element, a <code><a href=#the-td-element>td</a></code> element, a <code><a href=#the-tfoot-element>tfoot</a></code> element,
+ <code><a href=#the-dd-element>dd</a></code> element, a <code><a href=#the-dt-element>dt</a></code> element, an <code><a href=#the-li-element>li</a></code> element, an
+ <code><a href=#the-optgroup-element>optgroup</a></code> element, an <code><a href=#the-option-element>option</a></code> element, a <code><a href=#the-p-element>p</a></code>
+ element, an <code><a href=#the-rp-element>rp</a></code> element, an <code><a href=#the-rt-element>rt</a></code> element, a <code><a href=#the-tbody-element>tbody</a></code> element, a <code><a href=#the-td-element>td</a></code> element, a <code><a href=#the-tfoot-element>tfoot</a></code> element,
a <code><a href=#the-th-element>th</a></code> element, a <code><a href=#the-thead-element>thead</a></code> element, a <code><a href=#the-tr-element>tr</a></code> element, the
<code><a href=#the-body-element>body</a></code> element, or the <code><a href=#the-html-element>html</a></code> element, then this is a <a href=#parse-error>parse
error</a>.</li> <!-- (some of those are fragment cases) -->
Modified: source
===================================================================
--- source 2014-06-10 16:42:55 UTC (rev 8669)
+++ source 2014-06-11 04:04:23 UTC (rev 8670)
@@ -101463,8 +101463,9 @@
<!--CLEANUP-->
<li><p>If there is a node in the <span>stack of open elements</span> that is not either a
- <code>dd</code> element, a <code>dt</code> element, an <code>li</code> element, a <code>p</code>
- element, a <code>tbody</code> element, a <code>td</code> element, a <code>tfoot</code> element,
+ <code>dd</code> element, a <code>dt</code> element, an <code>li</code> element, an
+ <code>optgroup</code> element, an <code>option</code> element, a <code>p</code>
+ element, an <code>rp</code> element, an <code>rt</code> element, a <code>tbody</code> element, a <code>td</code> element, a <code>tfoot</code> element,
a <code>th</code> element, a <code>thead</code> element, a <code>tr</code> element, the
<code>body</code> element, or the <code>html</code> element, then this is a <span>parse
error</span>.</p></li> <!-- (some of those are fragment cases) -->
More information about the Commit-Watchers
mailing list