[html5] r1321 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 3 01:58:13 PST 2008
Author: ianh
Date: 2008-03-03 01:58:10 -0800 (Mon, 03 Mar 2008)
New Revision: 1321
Modified:
index
source
Log:
[ct] (2) Simplify error handling in the face of foster parenting: we are no longer worrying about when foster parenting content comes off the stack as far as errors go.
Modified: index
===================================================================
--- index 2008-03-03 06:31:23 UTC (rev 1320)
+++ index 2008-03-03 09:58:10 UTC (rev 1321)
@@ -43003,12 +43003,6 @@
<p>Otherwise:</p>
- <p><a href="#generate">Generate implied end tags</a>.</p>
-
- <p>Now, if the <a href="#current4">current node</a> is not a <code><a
- href="#table">table</a></code> element, then this is a <a
- href="#parse0">parse error</a>.</p>
-
<p>Pop elements from this stack until a <code><a
href="#table">table</a></code> element has been popped from the stack.</p>
@@ -43068,9 +43062,7 @@
href="#current4">current node</a> is not a <code><a
href="#table">table</a></code> element or an <code><a
href="#html">html</a></code> element, pop elements from the <a
- href="#stack">stack of open elements</a>. If this causes any elements to
- be popped from the stack, then this is a <a href="#parse0">parse
- error</a>.
+ href="#stack">stack of open elements</a>.
<p class=note>The <a href="#current4">current node</a> being an <code><a
href="#html">html</a></code> element after this process is a <a
@@ -43294,9 +43286,7 @@
href="#tbody">tbody</a></code>, <code><a href="#tfoot0">tfoot</a></code>,
<code><a href="#thead0">thead</a></code>, or <code><a
href="#html">html</a></code> element, pop elements from the <a
- href="#stack">stack of open elements</a>. If this causes any elements to
- be popped from the stack, then this is a <a href="#parse0">parse
- error</a>.
+ href="#stack">stack of open elements</a>.
<p class=note>The <a href="#current4">current node</a> being an <code><a
href="#html">html</a></code> element after this process is a <a
@@ -43383,9 +43373,7 @@
href="#current4">current node</a> is not a <code><a
href="#tr">tr</a></code> element or an <code><a
href="#html">html</a></code> element, pop elements from the <a
- href="#stack">stack of open elements</a>. If this causes any elements to
- be popped from the stack, then this is a <a href="#parse0">parse
- error</a>.
+ href="#stack">stack of open elements</a>.
<p class=note>The <a href="#current4">current node</a> being an <code><a
href="#html">html</a></code> element after this process is a <a
Modified: source
===================================================================
--- source 2008-03-03 06:31:23 UTC (rev 1320)
+++ source 2008-03-03 09:58:10 UTC (rev 1321)
@@ -40227,12 +40227,6 @@
<p>Otherwise:</p>
- <p><span>Generate implied end tags</span>.</p>
-
- <p>Now, if the <span>current node</span> is not a
- <code>table</code> element, then this is a <span>parse
- error</span>.</p>
-
<p>Pop elements from this stack until a <code>table</code>
element has been popped from the stack.</p>
@@ -40293,9 +40287,7 @@
back to a table context</dfn>, it means that the UA must, while
the <span>current node</span> is not a <code>table</code>
element or an <code>html</code> element, pop elements from the
- <span>stack of open elements</span>. If this causes any elements
- to be popped from the stack, then this is a <span>parse
- error</span>.</p>
+ <span>stack of open elements</span>.</p>
<p class="note">The <span>current node</span> being an
<code>html</code> element after this process is a <span>fragment
@@ -40536,9 +40528,7 @@
while the <span>current node</span> is not a <code>tbody</code>,
<code>tfoot</code>, <code>thead</code>, or <code>html</code>
element, pop elements from the <span>stack of open
- elements</span>. If this causes any elements to be popped from
- the stack, then this is a
- <span>parse error</span>.</p>
+ elements</span>.</p>
<p class="note">The <span>current node</span> being an
<code>html</code> element after this process is a <span>fragment
@@ -40635,9 +40625,7 @@
back to a table row context</dfn>, it means that the UA must,
while the <span>current node</span> is not a <code>tr</code>
element or an <code>html</code> element, pop elements from the
- <span>stack of open elements</span>. If this causes any elements
- to be popped from the stack, then this is a <span>parse
- error</span>.</p>
+ <span>stack of open elements</span>.</p>
<p class="note">The <span>current node</span> being an
<code>html</code> element after this process is a <span>fragment
More information about the Commit-Watchers
mailing list