- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 02 Apr 2009 07:18:04 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6729
Henri Sivonen <hsivonen@iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|NEEDSINFO |
--- Comment #6 from Henri Sivonen <hsivonen@iki.fi> 2009-04-02 07:18:04 ---
Assume the internal representation is interned "foobar" and assume you call
getAttribute("FooBar"). Now you have to lowercase the argument in order to do
pointer compares with interned strings.
That is, I'm arguing that the spec doesn't match Gecko/WebKit reality when it
says the comparison operation should be case-insensitive.
--
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 Thursday, 2 April 2009 07:18:21 UTC