RESOLVED WONTFIX Bug 7532
document.all behavior doesn't match WinIE
https://bugs.webkit.org/show_bug.cgi?id=7532
Summary document.all behavior doesn't match WinIE
Geoffrey Garen
Reported 2006-02-28 23:30:42 PST
The attached test suite demonstrates the differences and includes WinIE's results. Load document-all.html. Some things we need to change: - WinIE has specific rules for invalid and implicit html tags / elements. We need to match these so that indexing into document.all matches up. - document.all.name seems broken for input elements. - in safari, all seems to be defined only on the document, not other elements. - all seems to fail when multiple matches are possible -- it should return all matches in a collection instead
Attachments
test suite (3.34 KB, application/octet-stream)
2006-02-28 23:31 PST, Geoffrey Garen
no flags
Geoffrey Garen
Comment 1 2006-02-28 23:31:17 PST
Created attachment 6787 [details] test suite
Geoffrey Garen
Comment 2 2006-05-24 13:45:49 PDT
Bug 8024 covers the "input elements" issue
Alexey Proskuryakov
Comment 3 2008-04-01 00:22:49 PDT
Bug 18200 covers multiple matches.
Anne van Kesteren
Comment 4 2023-08-23 07:27:59 PDT
Note You need to log in before you can comment on or make changes to this bug.