[Bug 5898] Don't convert attributes to lowercase for localName/nodeName

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5898


Geoffrey Sneddon <geoffers+w3cbugs@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geoffers+w3cbugs@gmail.com




--- Comment #1 from Geoffrey Sneddon <geoffers+w3cbugs@gmail.com>  2008-07-25 12:13:04 ---
However, the following gives it in lowercase in Firefox and Safari, and in the
original case in Opera:

http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cscript%3Edocument.documentElement.setAttribute('Foo'%2C%20'bar')%3B%0Adocument.write(document.documentElement.attributes%5B0%5D.nodeName)%3C%2Fscript%3E


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 25 July 2008 12:13:40 UTC