Re: [w3c/manifest] feat: add support for adaptive icons (#563)

marcoscaceres 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;          

I have other use cases where we need src. 

Consider, if foreground is missing, “src” is used as foreground. If foreground is present it wins. 

If the above holds, what’s the use case for not requiring 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_r155420886

Received on Thursday, 7 December 2017 03:10:14 UTC