Update text of getElementsByTagName() for clarity. (whatwg r3061)

Update text of getElementsByTagName() for clarity. (whatwg r3061)

3.6 APIs in HTML documents
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2220.html#apis-in-html-documents

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2219&r2=1.2220&f=h
http://html5.org/tools/web-apps-tracker?from=3060&to=3061

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2219
retrieving revision 1.2220
diff -u -d -r1.2219 -r1.2220
--- Overview.html 2 May 2009 01:18:26 -0000 1.2219
+++ Overview.html 2 May 2009 06:05:17 -0000 1.2220
@@ -8047,8 +8047,8 @@
 
    <dd>
 
-    <p>Names of HTML elements match regardless of case, but elements
-    from other namespaces are treated as in XML
+    <p>HTML elements match by lower-casing the argument before
+    comparison, elements from other namespaces are treated as in XML
     (case-sensitively).</p>
 
     <div class="impl">

Received on Saturday, 2 May 2009 06:07:27 UTC