[Webkit-unassigned] [Bug 15961] New: View source mode is missing the processing instruction line.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 16:11:01 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15961

           Summary: View source mode is missing the processing instruction
                    line.
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anyang.ren at gmail.com


In the view source mode, the processing instruction line is missing in the
output.

For example, the first line of the HTML page at http://alioth.debian.org/ is
a processing instruction:
<?xml version="1.0" encoding="UTF-8"?>

This line is missing in the view source mode output.  I tracked it down to the
HTMLTokenizer class, specifically the HTMLTokenizer::write and
HTMLTokenizer::parseProcessingInstruction methods.


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



More information about the webkit-unassigned mailing list