[w3c/manifest] Space-separated sizes in ImageResource? (#807)

@rayankans and I are working on breaking out `ImageResource` currently and, while reading through the `sizes` member in more detail as part of that, I noticed it supports a set of space-separated values (much like its HTML equivalent). As each `ImageResource` has only a single file (`src`) associated with it and that file has one set of natural dimensions, I’m confused as to why we would support multiple values here. But perhaps I’m missing something.

@marcoscaceres @mgiuca @kenchris Any insight here?

Also: *If* it should only be a single value, should we also consider amending it to "size" and deprecate `sizes`, perhaps grandfathering it in by extracting the first set item from any existing `sizes` member as `size`)?

Duplicates https://github.com/rayankans/image-resource/issues/1


-- 
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/807

Received on Monday, 30 September 2019 23:54:13 UTC