- From: snianu <notifications@github.com>
- Date: Thu, 04 Nov 2021 17:08:28 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 November 2021 00:08:40 UTC
@snianu commented on this pull request.
>
- dictionary ClipboardItemOptions {
- PresentationStyle presentationStyle = "unspecified";
+ </dl>
+ <p>
+ The <a constructor lt="ClipboardItem()">ClipboardItem</a> step for <code>new ClipboardItem(<var>items</var>, <var>options</var>)</code> is to set [=this=]'s items to <var>items</var> and options to <var>options</var>
+ </p>
+
+ <h4 attribute for=ClipboardItem lt=presentationStyle>presentationStyle</h4>
+ <p>It is an <a href=https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#enumerated-attribute>enumerated attribute</a> whose keywords are the <code>string</code>, <code>unspecified</code>, <code>inline</code> and <code>attachment</code>.
Done.
--
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_r743308610
Received on Friday, 5 November 2021 00:08:40 UTC