Re: [w3c/manifest] Editorial: switch completely to infra types (#992)

@kenchris 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.

isn't there a reference for empty string?

-- 
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#pullrequestreview-727107236

Received on Wednesday, 11 August 2021 06:46:30 UTC