- From: snianu <notifications@github.com>
- Date: Mon, 13 Dec 2021 10:35:09 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 13 December 2021 18:35:23 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 to return [=this=]'s [=ClipboardItem/types array=]. + </p> + + <h4 method for=ClipboardItem lt=getType(type)>getType(type)</a> must run the below steps:</h4> + + 1. Let |realm| be [=this=]'s [=relevant realm=]. + + 1. Let |mimeType| be the result of [=parse a mime type=] given |type|. 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_r768019795
Received on Monday, 13 December 2021 18:35:23 UTC