- From: snianu <notifications@github.com>
- Date: Wed, 05 Jan 2022 13:19:19 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 January 2022 21:19:31 UTC
@snianu commented on this pull request. > }; </pre> - <div id="clipboard-idl" dfn-for="Clipboard"> + A <dfn>Clipboard</dfn>'s <code>read()</code> and <code>write()</code> methods must support <dfn>Clipboard Items</dfn> that has one or more [=/clipboard item=]s. yeah, you are right that "must support" is probably not the right words to use in this context as only Apple platforms support multiple `Clipboard Item`s. Clipboard interface just provides a way to call read/write methods. `read()` returns `Clipboard Item` and write takes `Clipboard Item` as input. I like what you suggested [here ](https://github.com/w3c/clipboard-apis/pull/158/files/68da09881b3b99768cf6811ee13f6b07dcdc6a0a#r779054561)so I'll change this text. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#discussion_r779143589 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/158/review/845073352@github.com>
Received on Wednesday, 5 January 2022 21:19:31 UTC