New XML parser: catch junk text outside of root element
https://bugs.webkit.org/show_bug.cgi?id=66483
Summary New XML parser: catch junk text outside of root element
Vicki Pfau
Reported 2011-08-18 10:56:35 PDT
Currently, the new XML parser ignores character tokens before the root element, and incorrectly handles those after the root element. This is incorrect behavior, as text nodes are disallowed outside of the root element. Only whitespace or declarations are allowed before or after the root element.
Attachments
Note You need to log in before you can comment on or make changes to this bug.