Bug 66483
Summary: | New XML parser: catch junk text outside of root element | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vicki Pfau <jeffrey+webkit> |
Component: | XML | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 66487 |
Vicki Pfau
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. |