- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 23:28:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30125 Modified Files: Overview.html Log Message: Make text more clear (and consistent with later similar text). (whatwg r3998) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3159 retrieving revision 1.3160 diff -u -d -r1.3159 -r1.3160 --- Overview.html 24 Sep 2009 23:24:59 -0000 1.3159 +++ Overview.html 24 Sep 2009 23:28:22 -0000 1.3160 @@ -25041,9 +25041,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 @@ -25051,8 +25052,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
Received on Thursday, 24 September 2009 23:28:34 UTC