Re: [manifest] Manifest "sizes" fallback logic (#409)

In Gecko, I'm just going to try to use `HTMLPictureElement` to do the selection (not sure if it will work, but going to try). That is, I just convert the JSON into a bunch of `<source>` elements and let the `<picture>` element tell me what the right thing is. 

So, it might be nice to generalize the image selection algorithm to take a display context, and a bunch of sources, and let the algorithm pick one. 

---
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/409#issuecomment-199606418

Received on Tuesday, 22 March 2016 03:08:20 UTC