Bug 9273 - Quirksmode: Remotely loaded XML DOM converted to HTML content model
Summary: Quirksmode: Remotely loaded XML DOM converted to HTML content model
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: PC OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 9610
  Show dependency treegraph
 
Reported: 2006-06-02 15:03 PDT by Adele Peterson
Modified: 2006-06-24 14:08 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adele Peterson 2006-06-02 15:03:09 PDT
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&#65533;."
Comment 1 Alexey Proskuryakov 2006-06-04 10:48:39 PDT
I cannot reproduce this, and the test page actually says that this has been fixed in Safari 1.3/2.0.
Comment 2 Joost de Valk (AlthA) 2006-06-24 14:08:21 PDT
Closing as worksforme, as i see the same as AP.