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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 18:24:40 PDT 2010


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





--- Comment #6 from Daniel Cheng <dcheng at chromium.org>  2010-09-27 18:24:41 PST ---
(In reply to comment #5)
> 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?

I see. I don't know why I missed that section of the spec earlier.

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