Re: [w3c/manifest] [WIP] Adding file_handlers and launch consumer (#1005)

@dmurph commented on this pull request.



> +        a url in the scope of the application that can handle launches with
+        file types it accepts. It has the following members:
+      </p>
+      <ul>
+        <li>[=file handler/action=]
+        </li>
+        <li>[=file handler/name=]
+        </li>
+        <li>[=file handler/accepts=]
+        </li>
+        <li>[=file handler/icons=]
+        </li>
+      </ul>
+      <p>
+        A user agent can use these members to associate the web application
+        with specific file extensions or [=mime types=] on the operating

I put it in a 'concepts' section. WDYT?

> +            <ul>
+              <li>|item| is not [=ordered map=].
+              </li>
+              <li>|item|["action"] doesn't [=map/exist=].
+              </li>
+              <li>|item|["action"] is not a [=string=].
+              </li>
+              <li>|item|["name"] doesn't [=map/exist=].
+              </li>
+              <li>|item|["name"] is the empty string.
+              </li>
+              <li>|item|["accepts"] doesn't [=map/exist=].
+              </li>
+              <li>|item|["accepts"] is not a [=sequence=].
+              </li>
+              <li>|item|["accepts"] is an empty [=sequence=].

Not sure there is something I can link to? only see list/empty

-- 
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/1005#discussion_r710444728

Received on Thursday, 16 September 2021 20:25:23 UTC