HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/1938

SVNBugCommentTime (UTC)
1938Since we lowercase attributes anyway, no need to force them further to lowercase in the Node.nodeName etc. (Bug 5898) (credit: sp)2008-07-25 18:15
Index: source
===================================================================
--- source	(revision 1937)
+++ source	(revision 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>

|