- From: poot <cvsmail@w3.org>
- Date: Fri, 25 Sep 2009 08:28:41 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make text more clear (and consistent with later similar text). (whatwg r3998) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3159&r2=1.3160&f=h http://html5.org/tools/web-apps-tracker?from=3997&to=3998 =================================================================== 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:29:17 UTC