[html5] r1938 - [] (0) Since we lowercase attributes anyway, no need to force them further to lo [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 25 11:15:23 PDT 2008


Author: ianh
Date: 2008-07-25 11:15:22 -0700 (Fri, 25 Jul 2008)
New Revision: 1938

Modified:
   index
   source
Log:
[] (0) Since we lowercase attributes anyway, no need to force them further to lowercase in the Node.nodeName etc. (Bug 5898) (credit: sp)

Modified: index
===================================================================
--- index	2008-07-25 09:46:13 UTC (rev 1937)
+++ index	2008-07-25 18:15:22 UTC (rev 1938)
@@ -8436,9 +8436,9 @@
     title="">Node.nodeName</code>, and <code title="">Node.localName</code>
 
    <dd>
-    <p>These attributes must return tag names <a href="#converting">converted
-     to uppercase</a> and attribute names <a href="#converting0">converted to
-     lowercase</a>, regardless of the case with which they were created.</p>
+    <p>These attributes must return element names <a
+     href="#converting">converted to uppercase</a>, regardless of the case
+     with which they were created.</p>
 
    <dt><code title="">Document.createElement()</code>
 

Modified: source
===================================================================
--- source	2008-07-25 09:46:13 UTC (rev 1937)
+++ source	2008-07-25 18:15:22 UTC (rev 1938)
@@ -396,11 +396,11 @@
   namespace (they are in the per-element partition).</p>
 
   <p>When an XML name, such as an attribute or element name, is
-  referred to in the form
-  <code><var title="">prefix</var>:<var title="">localName</var></code>, as in
-  <code>xml:id</code> or <code>svg:rect</code>, it refers to a name
-  with the local name <var title="">localName</var> and the namespace given by
-  the prefix, as defined by the following table:</p>
+  referred to in the form <code><var title="">prefix</var>:<var
+  title="">localName</var></code>, as in <code>xml:id</code> or
+  <code>svg:rect</code>, it refers to a name with the local name <var
+  title="">localName</var> and the namespace given by the prefix, as
+  defined by the following table:</p>
 
   <dl>
    <dt><code title="">xml</code></dt>
@@ -6454,9 +6454,8 @@
 
    <dd>
 
-    <p>These attributes must return tag names <span>converted to
-    uppercase</span> and attribute names <span>converted to
-    lowercase</span>, regardless of the case with which they were
+    <p>These attributes must return element names <span>converted to
+    uppercase</span>, regardless of the case with which they were
     created.</p>
 
    </dd>




More information about the Commit-Watchers mailing list