| It seems that cdata objects inside (x)html are not parsed (/followed).
The offending piece of code:
<style type="text/css" media="screen,projection">/*<![CDATA[*/ @import
"/w/skins/cavendish/main.css"; /*]]>*/</style>
Both Firefox & Chrome are able to show the original page with this style
sheet.
It seems that CDATA is part of the html specs, according to:
<http://www.w3.org/TR/html4/types>
<http://www.w3.org/TR/html4/sgml/dtd.html>
I tried the adding the offensive stylesheet (Luckily only 1) to the download
list. This downloads the remaining stylesheets and images, but the links to
the style sheets are not adjusted for the new directory structure.
Is there a solution to this problem?
Regards,
Henk
| |