- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 17 Oct 2017 00:01:27 +0000 (UTC)
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 October 2017 00:01:50 UTC
On macOS and iOS, there could be multiple representations of multiple entires for copy & paste and drag & drop. For example, [UIPasteboard](https://developer.apple.com/documentation/uikit/uipasteboard?language=objc) exposes [items](https://developer.apple.com/documentation/uikit/uipasteboard/1622067-items?language=objc) property on iOS, and each item represents multiple representations (e.g. PNG, JPEG, etc...) of a single entity (the same image). The current [DataTransferItemList](https://html.spec.whatwg.org/multipage/dnd.html#datatransferitemlist) representation doesn't sit well with this model because it conflates different representations of a single entry with multiple entities in the clipboard. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/55
Received on Tuesday, 17 October 2017 00:01:50 UTC