[html5] r3998 - [e] (0) Make text more clear (and consistent with later similar text).

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 24 16:35:49 PDT 2009


Author: ianh
Date: 2009-09-24 16:35:48 -0700 (Thu, 24 Sep 2009)
New Revision: 3998

Modified:
   index
   source
Log:
[e] (0) Make text more clear (and consistent with later similar text).

Modified: index
===================================================================
--- index	2009-09-24 23:32:26 UTC (rev 3997)
+++ index	2009-09-24 23:35:48 UTC (rev 3998)
@@ -28217,9 +28217,10 @@
   value must be inserted immediately before the first element in the
   <code><a href=#the-table-element>table</a></code> element that is neither a <code><a href=#the-caption-element>caption</a></code>
   element nor a <code><a href=#the-colgroup-element>colgroup</a></code> element, if any, or at the end
-  of the table otherwise. If the new value is not a <code><a href=#the-thead-element>thead</a></code>
-  element, then a <code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> DOM exception
-  must be raised instead.</p>
+  of the table if there are no such elements. If the new value is not
+  a <code><a href=#the-thead-element>thead</a></code> element, then a
+  <code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> DOM exception must be raised
+  instead.</p>
 
   <p>The <dfn id=dom-table-createthead title=dom-table-createTHead><code>createTHead()</code></dfn>
   method must return the first <code><a href=#the-thead-element>thead</a></code> element child of the
@@ -28227,8 +28228,8 @@
   <code><a href=#the-thead-element>thead</a></code> element must be created and inserted immediately
   before the first element in the <code><a href=#the-table-element>table</a></code> element that is
   neither a <code><a href=#the-caption-element>caption</a></code> element nor a <code><a href=#the-colgroup-element>colgroup</a></code>
-  element, if any, or at the end of the table otherwise, and then that
-  new element must be returned.</p>
+  element, if any, or at the end of the table if there are no such
+  elements, and then that new element must be returned.</p>
 
   <p>The <dfn id=dom-table-deletethead title=dom-table-deleteTHead><code>deleteTHead()</code></dfn>
   method must remove the first <code><a href=#the-thead-element>thead</a></code> element child of the

Modified: source
===================================================================
--- source	2009-09-24 23:32:26 UTC (rev 3997)
+++ source	2009-09-24 23:35:48 UTC (rev 3998)
@@ -31057,9 +31057,10 @@
   value must be inserted immediately before the first element in the
   <code>table</code> element that is neither a <code>caption</code>
   element nor a <code>colgroup</code> element, if any, or at the end
-  of the table otherwise. If the new value is not a <code>thead</code>
-  element, then a <code>HIERARCHY_REQUEST_ERR</code> DOM exception
-  must be raised instead.</p>
+  of the table if there are no such elements. If the new value is not
+  a <code>thead</code> element, then a
+  <code>HIERARCHY_REQUEST_ERR</code> DOM exception must be raised
+  instead.</p>
 
   <p>The <dfn
   title="dom-table-createTHead"><code>createTHead()</code></dfn>
@@ -31068,8 +31069,8 @@
   <code>thead</code> element must be created and inserted immediately
   before the first element in the <code>table</code> element that is
   neither a <code>caption</code> element nor a <code>colgroup</code>
-  element, if any, or at the end of the table otherwise, and then that
-  new element must be returned.</p>
+  element, if any, or at the end of the table if there are no such
+  elements, and then that new element must be returned.</p>
 
   <p>The <dfn
   title="dom-table-deleteTHead"><code>deleteTHead()</code></dfn>




More information about the Commit-Watchers mailing list