Bug 9273
Summary: | Quirksmode: Remotely loaded XML DOM converted to HTML content model | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adele Peterson <adele> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | PC | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 9610 |
Adele Peterson
http://www.quirksmode.org/bugreports/archives/safari/index.html
"When loading XML through XMLHttpRequest, the resulting DOM does not allow access to content of elements, which happen to have the same element name in html AND which have an empty content model in html.
Example: the <link>...</link> element from various RSS flavors is not available in Safari, using DOM methods, because an empty <link/> element is defined for html.
Test page http://www.xs4all.nl/~jlpoutre/BoT/Javascript/RSSpanel/safari-testcase.html
Workaround is not included
Reported by: Johannes la Poutr�."
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I cannot reproduce this, and the test page actually says that this has been fixed in Safari 1.3/2.0.
Joost de Valk (AlthA)
Closing as worksforme, as i see the same as AP.