WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 66483
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug