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

@inexorabletash commented on this pull request.



> +            <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=].

Ah, okay, there's subtlety here. A "sequence" is a WebIDL idea. item and the stuff inside it are spec concepts, not IDL things. So this should be a list, not a sequence. 

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

Received on Thursday, 16 September 2021 22:50:09 UTC