- From: snianu <notifications@github.com>
- Date: Mon, 13 Dec 2021 15:35:56 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 13 December 2021 23:36:08 UTC
@snianu commented on this pull request. > }; </pre> - <div id="clipboard-idl" dfn-for="Clipboard"> + A <dfn>Clipboard</dfn> may contain <dfn>Clipboard Items</dfn> which has one or more [=clipboard item=]s. Multiple [=clipboard item=]s are only supported on platforms such as iOS/iPadOS. Yeah, I think you have raised a good point here. `Clipboard` doesn't contain `Clipboard Items`. It just uses `Clipboard Items` in the `read()` & `write()`. Not sure if there is a better way to write this, but I can make this change if @domenic agrees with it as well. -- 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/pull/158#discussion_r768204652
Received on Monday, 13 December 2021 23:36:08 UTC