Bug 66483

Summary: New XML parser: catch junk text outside of root element
Product: WebKit Reporter: Vicki Pfau <jeffrey+webkit>
Component: XMLAssignee: 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
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.