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

@snianu commented on this pull request.



>  
-  dictionary ClipboardItemOptions {
-    PresentationStyle presentationStyle = "unspecified";
+   1. For each |representation| in |itemTypeList|:
+
+    1. If |representation|'s [=mime type=] is |mimeType|, then:
+
+     1. Let |blobData| be a [=Blob=] created using |representation|'s [=data=].

makes sense. Added this step.

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

Received on Friday, 19 November 2021 20:36:11 UTC