- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
 - Date: Wed, 13 Aug 2008 00:16:52 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv481
Modified Files:
	Overview.html 
Log Message:
Define order for getElementsByName(). (whatwg r2066)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1243
retrieving revision 1.1244
diff -u -d -r1.1243 -r1.1244
--- Overview.html	13 Aug 2008 00:09:17 -0000	1.1243
+++ Overview.html	13 Aug 2008 00:16:50 -0000	1.1244
@@ -7462,9 +7462,8 @@
    <code>select</code>, and <code>textarea</code> elements in that document
    that have a <code title="">name</code> attribute whose value is equal to
    the <var title="">name</var> argument (in a <a
-   href="#case-sensitive">case-sensitive</a> manner).</p>
-  <!-- XXX what about XHTML?
-  -->
+   href="#case-sensitive">case-sensitive</a> manner), in <a
+   href="#tree-order">tree order</a>.
 
   <p>The <dfn id=getelementsbyclassname
    title=dom-document-getElementsByClassName><code>getElementsByClassName(<var
Received on Wednesday, 13 August 2008 00:17:27 UTC