Re: [clipboard events] implicitly prevent default event action?

> Maybe. It seems some refactoring is needed either way. The underlying
> data model for .items is "drag data store item list" which is a term
> that's somewhat different from what we have here.

I think that's a feature, not a bug - for example, many operating systems let you 'copy' and 'paste' files from the file explorer. When clipboardData is an instance of DataTransfer, we have the infrastructure to make copying files from the file manager and pasting them into a web page work just like drag-and-drop would. It should be a good thing for accessibility and consistency with OS file manager conventions. The way HTML5 specs setData() and the other parts of the API shouldn't cause any problems for our use case, no?
-Hallvord

Received on Tuesday, 20 May 2014 10:17:22 UTC