Re: [w3c/manifest] Add IDL section and define IDL for all the members (#613)

kenchris commented on this pull request.



>        </h2>
+      <pre class="idl">
+          dictionary WebAppManifest {
+             TextDirectionType? dir;
+             DOMString? lang;
+             USVString? name;
+             USVString? short_name;
+             USVString? description;
+             sequence&lt;ImageResource&gt;? icons;
+             sequence&lt;ImageResource&gt;? screenshots;
+             sequence&lt;USVString&gt;? categories;
+             DOMString? iarc_rating_id;
+             USVString? start_url;
+             DisplayModeType? display;

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/manifest/pull/613#discussion_r142358531

Received on Tuesday, 3 October 2017 09:55:58 UTC