[Webkit-unassigned] [Bug 89330] New: Fix syntax of FileReader::readAsDataURL result

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 17 23:45:31 PDT 2012


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

           Summary: Fix syntax of FileReader::readAsDataURL result
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tzik at chromium.org
                CC: kinuko at chromium.org


According to RFC2397, syntax of Data URL is like that:
> dataurl    := "data:" [ mediatype ] [ ";base64" ] "," data
http://tools.ietf.org/html/rfc2397

That is, ";" before "base64" is required.
However, current implementation of readAsDataURL returns Data URL without ";", when media type is not specified.

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