Re: [w3c/clipboard-apis] Add clipboard IDL description. (#158)

@snianu commented on this pull request.



> @@ -621,8 +622,84 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn;
   };
   </pre>
 
-  <div id="clipboard-idl" dfn-for="Clipboard">
+  <div class="algorithm" data-algorithm="clipboard-item">
+  <h4 id="h-clipboard-item"><dfn>ClipboardItem</dfn></h4>
+  The [=ClipboardItem=] object represents the content of the MIME types that are in the [=mandatory data types=] list, and are currently on the [=system clipboard=].

Ah, thank you for linking that issue! In Chromium only one `ClipboardItem` is supported so I just copied from that algorithm. I'll make changes everywhere like you suggested. Thanks!

-- 
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_r727375787

Received on Tuesday, 12 October 2021 18:05:25 UTC