[Webkit-unassigned] [Bug 34030] ClipboardMac::setData() should be case-insensitive for the format parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 19:57:26 PST 2010


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





--- Comment #4 from dcheng at google.com  2010-01-22 19:57:26 PST ---
Created an attachment (id=47263)
 --> (https://bugs.webkit.org/attachment.cgi?id=47263)
IE test case

The spec has this to say:
Formats are generally given by MIME types, with some values special-cased for
legacy reasons. For the purposes of this API, however, the format strings are
opaque, case-sensitive, strings, and the empty string is a valid format string.

According to RFC 2616, "The type, subtype, and parameter attribute names are
case-insensitive[ in a MIME type]."

If formats are typically MIME types, I think it would make sense to ignore
case.
IE also ignores case, as the attached IE test case shows.

Currently, Mac and Qt both respect case. It seems only the Windows
implementation does not.

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