Re: [w3c/manifest] Fix color processing steps (#878)

@marcoscaceres commented on this pull request.



> +        </li>
+        <li>If |color| can be converted to [=sRGB=] using solely information
+        the user agent inherently knows, then convert it to [=sRGB=], and
+        return the result. Otherwise:
+          <ol>
+            <li>
+              <a>Issue a developer warning</a> that |potential color| is not a
+              supported color value.
+            </li>
+            <li>Return `undefined`.
+            </li>
+          </ol>
+        </li>
+      </ol>
+      <p>
+        The user agent MAY override the resulting color's [=alpha component=]

This should be moved into the algorithm also. 

-- 
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/878#pullrequestreview-422400126

Received on Tuesday, 2 June 2020 07:13:08 UTC