[Webkit-unassigned] [Bug 46559] [chromium] Refactor ChromiumDataObject to use getters/setters.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 17:18:01 PDT 2010


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





--- Comment #5 from Tony Chang <tony at chromium.org>  2010-09-27 17:18:01 PST ---
http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#datatransfer
"If the format (after conversion to lowercase) is "url", then the data associated with the "text/uri-list" format must be parsed as appropriate for text/uri-list data, and the first URL from the list must be returned. If there is no data with that format, or if there is but it has no URLs, then the method must return the empty string. [RFC2483]"

This seems pretty clear to me that we have to have special code for handling getting of URL and text/uri-list.  If the data is not properly formatted, we have to return an empty string.  Am I reading the wrong spec?

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