- From: mbrodesser <notifications@github.com>
- Date: Wed, 15 Dec 2021 03:46:21 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 December 2021 11:46:34 UTC
@mbrodesser commented on this pull request. > + + 1. Add |mimeTypeString| to |types|. + + 1. Set [=this=]'s [=ClipboardItem/types array=] to the result of running [=create a frozen array=] from |types|. + + <h4 attribute for=ClipboardItem lt=presentationStyle>presentationStyle</h4> + <p> + The {{ClipboardItem/presentationStyle}} getter steps are to return [=this=]'s [=ClipboardItem/clipboardItem=]'s [=presentation style=]. + </p> + + <h4 attribute for=ClipboardItem lt=types>types</h4> + <p> + The {{ClipboardItem/types}} getter steps are to return [=this=]'s [=ClipboardItem/types array=]. + </p> + + <h4 method for=ClipboardItem lt=getType(type)>getType(type)</a> must run the below steps:</h4> This creates a "getType(type) must run the below steps:" entry in the table of contents. -- 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#pullrequestreview-832708501
Received on Wednesday, 15 December 2021 11:46:34 UTC