- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Wed, 06 Dec 2017 13:18:21 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 December 2017 21:18:44 UTC
kenchris commented on this pull request.
> @@ -2347,7 +2429,9 @@ <h2>
</h2>
<pre class="idl">
dictionary ImageResource {
- required USVString src;
+ USVString foreground;
+ USVString background;
+ USVString src;
That will break some cases though, like if you want to have one entry for a "any" scalable background only - in that case you don't want to require src
--
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/563#discussion_r155363810
Received on Wednesday, 6 December 2017 21:18:44 UTC