[Webkit-unassigned] [Bug 66483] New: New XML parser: catch junk text outside of root element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 10:56:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66483

           Summary: New XML parser: catch junk text outside of root
                    element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeffrey at endrift.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list