html5/spec Overview.html,1.3950,1.3951

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

Modified Files:
	Overview.html 
Log Message:
markup error (whatwg r4930)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3950
retrieving revision 1.3951
diff -u -d -r1.3950 -r1.3951
--- Overview.html	31 Mar 2010 21:37:58 -0000	1.3950
+++ Overview.html	1 Apr 2010 00:48:51 -0000	1.3951
@@ -23339,17 +23339,17 @@
     <p>Can be set, to replace the <code><a href="#the-caption-element">caption</a></code> element. If the
     new value is not a <code><a href="#the-caption-element">caption</a></code> element, throws a
     <code><a href="#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption"><a href="#dom-table-createcaption">createCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-caption-element">caption</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a href="#dom-table-deletecaption">deleteCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-caption-element">caption</a></code> element.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">table</var> . <code title="dom-table-tHead"><a href="#dom-table-thead">tHead</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
@@ -23357,17 +23357,17 @@
     <p>Can be set, to replace the <code><a href="#the-thead-element">thead</a></code> element. If the
     new value is not a <code><a href="#the-thead-element">thead</a></code> element, throws a
     <code><a href="#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead"><a href="#dom-table-createthead">createTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-thead-element">thead</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a href="#dom-table-deletethead">deleteTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-thead-element">thead</a></code> element.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">table</var> . <code title="dom-table-tFoot"><a href="#dom-table-tfoot">tFoot</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
@@ -23375,46 +23375,46 @@
     <p>Can be set, to replace the <code><a href="#the-tfoot-element">tfoot</a></code> element. If the
     new value is not a <code><a href="#the-tfoot-element">tfoot</a></code> element, throws a
     <code><a href="#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot"><a href="#dom-table-createtfoot">createTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-tfoot-element">tfoot</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a href="#dom-table-deletetfoot">deleteTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-tfoot-element">tfoot</a></code> element.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">table</var> . <code title="dom-table-tBodies"><a href="#dom-table-tbodies">tBodies</a></code></dt>
    <dd>
     <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tbody-element">tbody</a></code> elements of the table.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody"><a href="#dom-table-createtbody">createTBody</a></code>()</dt>
    <dd>
     <p>Creates a <code><a href="#the-tbody-element">tbody</a></code> element, inserts it into the table, and returns it.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">table</var> . <code title="dom-table-rows"><a href="#dom-table-rows">rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tr-element">tr</a></code> elements of the table.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow"><a href="#dom-table-insertrow">insertRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Creates a <code><a href="#the-tr-element">tr</a></code> element, along with a <code><a href="#the-tbody-element">tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href="#the-tr-element">tr</a></code>.</p>
     <p>The position is relative to the rows in the table. The index &minus;1 is equivalent to inserting at the end of the table.</p>
     <p>If the given position is less than &minus;1 or greater than the number of rows, throws an <code><a href="#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">table</var> . <code title="dom-table-deleteRow"><a href="#dom-table-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href="#the-tr-element">tr</a></code> element with the given position in the table.</p>
     <p>The position is relative to the rows in the table. The index &minus;1 is equivalent to deleting the last row of the table.</p>
     <p>If the given position is less than &minus;1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
   </dl><div class="impl">
 
@@ -23731,21 +23731,21 @@
   </div><dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a href="#dom-tbody-rows">rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tr-element">tr</a></code> elements of the table section.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow"><a href="#dom-tbody-insertrow">insertRow</a></code>( [ <var title="">index</var> ] )</dt>
    <dd>
     <p>Creates a <code><a href="#the-tr-element">tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href="#the-tr-element">tr</a></code>.</p>
     <p>The position is relative to the rows in the table section. The index &minus;1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
     <p>If the given position is less than &minus;1 or greater than the number of rows, throws an <code><a href="#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
    <dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a href="#dom-tbody-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href="#the-tr-element">tr</a></code> element with the given position in the table section.</p>
     <p>The position is relative to the rows in the table section. The index &minus;1 is equivalent to deleting the last row of the table section.</p>
     <p>If the given position is less than &minus;1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
   </dl><div class="impl">
 
@@ -23885,7 +23885,7 @@
 
     <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements of the row.</p>
 
-   <dd>
+   </dd>
 
    <dt><var title="">cell</var> = <var title="">tr</var> . <code title="dom-tr-insertCell"><a href="#dom-tr-insertcell">insertCell</a></code>( [ <var title="">index</var> ] )</dt>
 
@@ -23918,7 +23918,7 @@
     the index of the last cell, or if there are no cells, throws an
     <code><a href="#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
 
-   <dd>
+   </dd>
 
   </dl><div class="impl">
 

Received on Thursday, 1 April 2010 00:48:56 UTC