[Webkit-unassigned] [Bug 42909] New: REGRESSION (r61285): Page content is partially blank with HTML5 parser enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 23 14:19:02 PDT 2010


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

           Summary: REGRESSION (r61285): Page content is partially blank
                    with HTML5 parser enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.6
            Status: NEW
          Keywords: InRadar, Regression
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrowe at apple.com
                CC: eric at webkit.org, mjs at apple.com, ap at webkit.org,
                    mrowe at apple.com, abarth at webkit.org


In <rdar://problem/8228000> it was reported to us that an internal Apple site displays as an almost empty page with the HTML5 parser enabled.  This happens because the page contains markup similar to the following:

    <script src="data:text/javascript," type="text/javascript" />
    <p>Hello world</p>

In Safari 5 this displays as “Hello world”.  In tip of tree this displays as a blank page.

I understand that this markup is not well-formed due the missing closing tag on the script element, but this seems to be a change in behavior that could have a serious backwards-compatibility impact on existing WebKit-only content.

-- 
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