- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 11 Aug 2021 00:01:03 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 August 2021 07:01:15 UTC
@marcoscaceres commented on this pull request.
> </p>
<ol class="algorithm">
- <li>If the type of |item| is not [=object=], return failure.
- </li>
- <li>If |item|["name"] is missing or |item|["name"] is the empty
- string, return failure.
- </li>
- <li>If the type of |item|["url"] is not [=string=], return failure.
+ <li>Return failure if it's the case that:
+ <ul>
+ <li>|item| is not [=ordered map=].
+ </li>
+ <li>|item|["name"] doesn't [=map/exist=].
+ </li>
+ <li>|item|["name"] is the empty string.
Not for string, it seems: https://respec.org/xref/?term=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/992#discussion_r686552767
Received on Wednesday, 11 August 2021 07:01:15 UTC