[html5] r965 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 27 22:28:18 PDT 2007
Author: ianh
Date: 2007-06-27 22:28:17 -0700 (Wed, 27 Jun 2007)
New Revision: 965
Modified:
index
source
Log:
[ct] (2) As far as I can tell, the table sections should also generate implied end tags. No?
Modified: index
===================================================================
--- index 2007-06-28 05:06:14 UTC (rev 964)
+++ index 2007-06-28 05:28:17 UTC (rev 965)
@@ -36019,9 +36019,13 @@
<code><a href="#dd">dd</a></code> element, a <code><a
href="#dt">dt</a></code> element, an <code><a href="#li">li</a></code>
element, a <code><a href="#p">p</a></code> element, a <code><a
- href="#td">td</a></code> element, a <code><a href="#th">th</a></code>
- element, or a <code><a href="#tr">tr</a></code> element, the UA must act
- as if an end tag with the respective tag name had been seen and then <a
+ href="#tbody">tbody</a></code> element, a <code><a
+ href="#td">td</a></code> element, a <code><a
+ href="#tfoot0">tfoot</a></code> element, a <code><a
+ href="#th">th</a></code> element, a <code><a
+ href="#thead0">thead</a></code> element, a <code><a
+ href="#tr">tr</a></code> element, the UA must act as if an end tag with
+ the respective tag name had been seen and then <a
href="#generate">generate implied end tags</a> again.
<p>The step that requires the UA to generate implied end tags but lists an
@@ -36782,8 +36786,11 @@
href="#dd">dd</a></code> element, a <code><a
href="#dt">dt</a></code> element, an <code><a
href="#li">li</a></code> element, a <code><a href="#p">p</a></code>
- element, a <code><a href="#td">td</a></code> element, a <code><a
+ element, a <code><a href="#tbody">tbody</a></code> element, a
+ <code><a href="#td">td</a></code> element, a <code><a
+ href="#tfoot0">tfoot</a></code> element, a <code><a
href="#th">th</a></code> element, a <code><a
+ href="#thead0">thead</a></code> element, a <code><a
href="#tr">tr</a></code> element, the <code><a
href="#body0">body</a></code> element, or the <code><a
href="#html">html</a></code> element, then this is a <a
Modified: source
===================================================================
--- source 2007-06-28 05:06:14 UTC (rev 964)
+++ source 2007-06-28 05:28:17 UTC (rev 965)
@@ -33138,10 +33138,12 @@
<p>When the steps below require the UA to <dfn>generate implied end
tags</dfn>, then, if the <span>current node</span> is a
<code>dd</code> element, a <code>dt</code> element, an
- <code>li</code> element, a <code>p</code> element, a <code>td</code>
- element, a <code>th</code> element, or a <code>tr</code> element,
- the UA must act as if an end tag with the respective tag name had
- been seen and then <span>generate implied end tags</span> again.</p>
+ <code>li</code> element, a <code>p</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 UA must
+ act as if an end tag with the respective tag name had been seen and
+ then <span>generate implied end tags</span> again.</p>
<p>The step that requires the UA to generate implied end tags but
lists an element to exclude from the process, then the UA must
@@ -33938,10 +33940,12 @@
<p>Otherwise, 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>td</code> element, a
- <code>th</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>.</li>
+ <code>p</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>.</li>
<p>Change the <span>insertion mode</span> to "<span
title="insertion mode: after body">after body</span>".</p>
More information about the Commit-Watchers
mailing list