- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 16 Jul 2019 22:22:11 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 July 2019 05:22:33 UTC
When processing purpose, the spec assumes that the value will be a String. However, it could be any other JSON type. @dominickng or @mgiuca, could you kindly please check what Chrome does when given: ```JSON { icons: [{"src": "test", "sizes": "400x400", "purpose": [] }] } ``` Does it convert purpose to "any"? or does the icon get ignored (failure)? Also, probably too late... but `purpose` should have been a List :( When we do canonicalization, we return it as a list. Anyway, no big deal. -- 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/issues/771
Received on Wednesday, 17 July 2019 05:22:33 UTC