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

@marcoscaceres commented on this pull request.



> +              </li>
+              <li>Return `undefined`.
+              </li>
+            </ol>
+          </li>
+        </ol>
+        <p class="note" title="Supported colors">
+          Only [=sRGB=] colors, and colors the user agent can convert to
+          [=sRGB=] without any outside knowledge, are supported. For example,
+          `lab(…)` or `color(display-p3, …)` can be converted to [=sRGB=]
+          without outside knowledge, but `color(--custom-profile, …)` would
+          require finding a matching "@color-profile" rule which cannot be
+          specified in the manifest.
+        </p>
+        <p class="note" title="Transparent colors">
+          User agents can decide to override the color's [=alpha component=]

Move to algorithm as a MAY. 

-- 
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-421636625

Received on Monday, 1 June 2020 07:12:20 UTC