<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Webkit and Firefox are case-sensitive. IE only does &quot;TEXT&quot; and &quot;URL&quot;, but<br>

case-insensitively (at least for Text, I didn&#39;t test URL). Chrome is<br>
case-insensitive for everything.<br>
<br>
Tough call. I guess we&#39;ll go with just converting everything to lowercase,<br>
so that it&#39;s case-insensitive.<br>
<br>
BTW I noticed Chrome includes &quot;Text&quot; and &quot;URL&quot; in the .types list. That&#39;s<br>
incorrect according to the spec.</blockquote></div><br><div>If event.dataTransfer converts everything to lowercase, that means there are native formats that will always be impossible to access. Since &quot;text&quot; and &quot;url&quot; are already special, maybe case should only be ignored for those two. All other formats, even if they are actually MIME type strings, should be handled in a case-sensitive manner.</div>
<div><br></div><div>Daniel</div>