[html5] r3061 - [] (0) Update text of getElementsByTagName() for clarity.

whatwg at whatwg.org whatwg at whatwg.org
Fri May 1 23:05:13 PDT 2009


Author: ianh
Date: 2009-05-01 23:05:12 -0700 (Fri, 01 May 2009)
New Revision: 3061

Modified:
   index
   source
Log:
[] (0) Update text of getElementsByTagName() for clarity.

Modified: index
===================================================================
--- index	2009-05-02 01:32:38 UTC (rev 3060)
+++ index	2009-05-02 06:05:12 UTC (rev 3061)
@@ -9038,8 +9038,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>

Modified: source
===================================================================
--- source	2009-05-02 01:32:38 UTC (rev 3060)
+++ source	2009-05-02 06:05:12 UTC (rev 3061)
@@ -9389,8 +9389,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">




More information about the Commit-Watchers mailing list