[Webkit-unassigned] [Bug 31003] New: Using dataTransfer format = "text" not HTML 5 compliant in Safari, but is in Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 1 23:24:47 PST 2009


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

           Summary: Using dataTransfer format = "text" not HTML 5
                    compliant in Safari, but is in Chrome
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org


Section 7.9.2 of the HTML 5 spec
<http://dev.w3.org/html5/spec/Overview.html#datatransfer> states: "If format is
the value 'Text', then it must be treated as 'text/plain'".

For reasons that are unclear at the moment, the Chrome build correctly
implements this, but the Safari build does not.

Safari allows format 'text', but not 'Text'.

Chome allows format 'Text', but not 'text'.

By the spec, only 'Text' is valid.

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