- From: snianu <notifications@github.com>
- Date: Tue, 16 Nov 2021 11:04:04 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 November 2021 19:04:17 UTC
@snianu commented on this pull request. > + <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=]. + + 1. Let |itemTypeList| be [=this=]'s [=ClipboardItem/clipboard item=]'s [=list of representations=]. + + 1. For each |itemType| in |itemTypeList|: + + 1. Add |itemType|'s [=mime type=] to |types|. 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_r750577763
Received on Tuesday, 16 November 2021 19:04:17 UTC