Closed GoogleCodeExporter closed 9 years ago
If you have the HTML code
<div ID="x" camelCaseAttr="foo"></div>
DOM inspection reveals that all attributes are actually created in lower case,
so you
get attributes[0].nodeName == "id" and attributes[1].nodeName ==
"camelcaseattr".
As such, it does not seem useful for DOMAssistant to hack around the case issue
when
the whole DOM tree is representing its attributes in lowercase.
Original comment by chengh...@gmail.com
on 8 Aug 2008 at 12:48
Original issue reported on code.google.com by
riqu...@gmail.com
on 7 Aug 2008 at 5:34