html5/spec Overview.html,1.2032,1.2033

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12820

Modified Files:
	Overview.html 
Log Message:
Reverse r2732 since it broke pages. (whatwg r2862)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2032
retrieving revision 1.2033
diff -u -d -r1.2032 -r1.2033
--- Overview.html	23 Feb 2009 12:58:00 -0000	1.2032
+++ Overview.html	23 Feb 2009 22:04:47 -0000	1.2033
@@ -41474,14 +41474,20 @@
   <dfn id=tainted>tainted</dfn>. (Once the <a href=#current-table>current table</a> has been
   <a href=#tainted>tainted</a>, whitespace characters are inserted into the
   <i><a href=#foster-parent-element>foster parent element</a></i> instead of the <a href=#current-node>current
-  node</a>.)<p>The <dfn id=foster-parent-element>foster parent element</dfn> is defined as follows: If
-  there is no <code><a href=#the-table-element>table</a></code> element in the <a href=#stack-of-open-elements>stack of open
-  elements</a> (<a href=#fragment-case>fragment case</a>), then the <i><a href=#foster-parent-element>foster
-  parent element</a></i> is the first element in the <a href=#stack-of-open-elements>stack of open
-  elements</a> (the <code><a href=#the-html-element>html</a></code> element). Otherwise, the
-  <i><a href=#foster-parent-element>foster parent element</a></i> is the element before the last
+  node</a>.)<p>The <dfn id=foster-parent-element>foster parent element</dfn> is the parent element of the
+  last <code><a href=#the-table-element>table</a></code> element in the <a href=#stack-of-open-elements>stack of open
+  elements</a>, if there is a <code><a href=#the-table-element>table</a></code> element and it has
+  such a parent element. If there is no <code><a href=#the-table-element>table</a></code> element in
+  the <a href=#stack-of-open-elements>stack of open elements</a> (<a href=#fragment-case>fragment
+  case</a>), then the <i><a href=#foster-parent-element>foster parent element</a></i> is the first
+  element in the <a href=#stack-of-open-elements>stack of open elements</a> (the
+  <code><a href=#the-html-element>html</a></code> element). Otherwise, if there is a
   <code><a href=#the-table-element>table</a></code> element in the <a href=#stack-of-open-elements>stack of open
-  elements</a>.<p>If the <i><a href=#foster-parent-element>foster parent element</a></i> is the parent element of the
+  elements</a>, but the last <code><a href=#the-table-element>table</a></code> element in the
+  <a href=#stack-of-open-elements>stack of open elements</a> has no parent, or its parent
+  node is not an element, then the <i><a href=#foster-parent-element>foster parent element</a></i> is
+  the element before the last <code><a href=#the-table-element>table</a></code> element in the
+  <a href=#stack-of-open-elements>stack of open elements</a>.<p>If the <i><a href=#foster-parent-element>foster parent element</a></i> is the parent element of the
   last <code><a href=#the-table-element>table</a></code> element in the <a href=#stack-of-open-elements>stack of open
   elements</a>, then <var title="">node</var> must be inserted
   immediately <em>before</em> the last <code><a href=#the-table-element>table</a></code> element in

Received on Monday, 23 February 2009 22:05:04 UTC