- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Jul 2008 18:15:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26557 Modified Files: Overview.html Log Message: Since we lowercase attributes anyway, no need to force them further to lowercase in the Node.nodeName etc. (Bug 5898) (credit: sp) (whatwg r1938) Index: Overview.html =================================================================== 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:16:05 UTC