- From: snianu <notifications@github.com>
- Date: Tue, 16 Nov 2021 11:28:40 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 November 2021 19:28:52 UTC
@snianu commented on this pull request.
> + 1. Set |representation|'s [=mime type=] to |key|.
+
+ 1. Set |representation|'s [=data=] to |value|.
+
+ 1. Append |representation| to [=this=]'s [=ClipboardItem/clipboard item=]'s [=list of representations=].
+
+ <h4 attribute for=ClipboardItem lt=presentationStyle>presentationStyle</h4>
+ <p>
+ The {{ClipboardItem/presentationStyle}} getter steps are to return [=this=]'s [=ClipboardItem/clipboard item=]'s [=presentation style=].
+ </p>
+
+ <h4 attribute for=ClipboardItem lt=types>types</h4>
+ <p>
+ {{ClipboardItem/types}} getter steps are:
+
+ 1. Let |types| be the result of running [=create a frozen array=].
Ack.
--
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_r750595176
Received on Tuesday, 16 November 2021 19:28:52 UTC