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

@marcoscaceres commented on this pull request.



> +          The [=file handler=]'s <code><dfn data-dfn-for=
+          "file handler">action</dfn></code> member is a <a>string</a> that
+          represents a relative URL of the [=manifest/start_url=] origin that
+          is [=manifest/within scope=] of a [=Document/processed manifest=].
+          This URL will be navigated to in the steps to [=execute a file
+          handler launch=].
+        </p>
+      </section>
+      <section>
+        <h3>
+          `name` member
+        </h3>
+        <p>
+          The [=file handler=]'s <code><dfn data-dfn-for=
+          "file handler">name</dfn></code> member is a <a>string</a> that
+          describes the file type. User agents MAY pass this information to the

Something doesn't seem right here (might just be the wording)... it's a "name" that "describes". 

Also, I'm a bit unsure where this gets shown to a user? Is there potential abuse here? Like `"name": "Pictures"` and `"type": "application/whatever"`. 



-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1005#pullrequestreview-918428369
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1005/review/918428369@github.com>

Received on Wednesday, 23 March 2022 09:10:23 UTC