WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
4564
nodeName for attributes in HTML documents should be lowercase
https://bugs.webkit.org/show_bug.cgi?id=4564
Summary
nodeName for attributes in HTML documents should be lowercase
Darin Adler
Reported
2005-08-21 16:03:13 PDT
The nodeName result for attributes in HTML documents is currently returning an uppercase string, just like the nodeName for elements in HTML documents. But that's incorrect. Both the DOM tests and Gecko agree that these are lowercase (and I bet IE does as well, although I didn't test).
Attachments
patch to remove the code that made the names uppercase
(2.42 KB, patch)
2005-08-21 16:10 PDT
,
Darin Adler
sullivan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2005-08-21 16:03:33 PDT
Fixing this fixes one of the failing W3C tests.
Darin Adler
Comment 2
2005-08-21 16:10:30 PDT
Created
attachment 3495
[details]
patch to remove the code that made the names uppercase
Lucas Forschler
Comment 3
2019-02-06 09:03:06 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug