https://bugs.kde.org/show_bug.cgi?id=207212
--- Comment #2 from Dan Hazelton <[email protected]> --- For a "well conforming" document - ie: one that meets the requirements of being "strict" XHTML1.1 - there are no issues. If there is even one error (such as leaving out the 'xmlns' attribute on the 'html' tag) then the document is rendered directly as all the text nodes concatenated, including the contents of any <![CDATA[ ... ]]> sections. This behavior (not properly handling something not meeting the "strict" specs) is not unique to Konqueror as testing shows both Firefox and Chromium have similar results. And as XHTML is no longer a dominant spec - indeed, with HTML5 being accepted and entering widespread use, it is no longer even "the future". -- You are receiving this mail because: You are watching all bug changes.
