Bug 9273

Summary: Quirksmode: Remotely loaded XML DOM converted to HTML content model
Product: WebKit Reporter: Adele Peterson <adele>
Component: New BugsAssignee: 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    

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.