spec/Overview.html 1.1129 1938 Since we lowercase attributes anyway, no

Since we lowercase attributes anyway, no need to force them further to
lowercase in the Node.nodeName etc. (Bug 5898) (credit: sp) (whatwg
r1938)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5898

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

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1128&r2=1.1129&f=h
http://html5.org/tools/web-apps-tracker?from=1937&to=1938

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1128
retrieving revision 1.1129
diff -u -d -r1.1128 -r1.1129
--- Overview.html 25 Jul 2008 09:47:47 -0000 1.1128
+++ Overview.html 25 Jul 2008 18:15:27 -0000 1.1129
@@ -8507,9 +8507,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>

Received on Friday, 25 July 2008 18:19:25 UTC