On Sun, Nov 30, 2014 at 4:28 AM, Jakub Mareda <[email protected]> wrote: > Hello, > I'm investigating how to actually allow user to copy image data from web > application. I have encountered broken links in the specification: > > http://dev.w3.org/2006/webapi/clipops/clipops.html#h2_apis-from-other-specifications > > Click setData and you'll be radirected on page that doesn't seem to be > relevant. I'd be actually quite happy if I could see how does setData work > for binary data.
I'm sorry you accidentally landed on that spec; it's an old and desperately obsolete document that is, unfortunately, not marked as such. You should be reading the latest version of that document, at <https://html.spec.whatwg.org/#dnd>. ~TJ
