- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 24 Mar 2009 08:35:16 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6729 Summary: Attribute getters/setters should lower case argument on HTML elements in HTML docs Product: HTML WG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Spec bugs AssignedTo: dave.null@w3.org ReportedBy: hsivonen@iki.fi QAContact: public-html-bugzilla@w3.org CC: ian@hixie.ch, mike@w3.org, public-html@w3.org The spec says that Element.setAttribute() should lower case its argument. This is bad for SVG. Instead, the spec should say that in an HTML document, setAttribute, getAttribute and getAttributeNode on HTMLElement objects must lower case the attribute name argument. See: http://krijnhoetmer.nl/irc-logs/whatwg/20090324#l-236 -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Tuesday, 24 March 2009 08:35:33 UTC