- From: snianu <notifications@github.com>
- Date: Tue, 18 Jan 2022 17:39:42 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 January 2022 01:39:54 UTC
@snianu commented on this pull request. > }; </pre> - <div id="clipboard-idl" dfn-for="Clipboard"> + The methods of the {{Clipboard}} interface take or return multiple {{ClipboardItem}} objects, and their specification is written to deal with the generic case. However, not all platforms support more than one [=/clipboard item=]; on such platforms, the algorithms below will ignore any {{ClipboardItem}} objects beyond the first one that are passed to {{Clipboard/write()}}, and {{Clipboard/read()}} and {{Clipboard/readText()}} will only ever return a single-item array. + + A {{Clipboard}} object has an associated <dfn>clipboard</dfn>, which is a [=clipboard=]. This is the conceptual `clipboard` object. Deleted the part that links to the IDL. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#discussion_r787283851 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/158/review/856157480@github.com>
Received on Wednesday, 19 January 2022 01:39:54 UTC