- From: snianu <notifications@github.com>
- Date: Thu, 04 Nov 2021 17:22:56 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 November 2021 00:23:08 UTC
@snianu commented on this pull request.
>
- readonly attribute FrozenArray<DOMString> types;
+ dictionary ClipboardItemOptions {
+ PresentationStyle presentationStyle = "unspecified";
+ };
+ </pre>
+ <p><dfn export for=ClipboardItem id=concept-clipboard-item>ClipboardItem</dfn></p>
+ A [=ClipboardItem=] is conceptually data that the user has expressed a desire to make shareable by invoking a "cut" or "copy" command.
Added `[=clipboard item=]` and its relationship with `{{ClipboardItem}}`.
--
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_r743313161
Received on Friday, 5 November 2021 00:23:08 UTC