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

@marcoscaceres commented on this pull request.



>            </li>
         </ol>
+        <p class="note">
+          Only <a>sRGB</a> colors, and colors the user agent can convert to
+          <a>sRGB</a> without any outside knowledge, are supported. For
+          example, <code>lab(…)</code> or <code>color(display-p3, …)</code> can
+          be converted to <a>sRGB</a> without outside knowledge, but
+          <code>color(--custom-profile, …)</code> would require finding a

```suggestion
          `color(--custom-profile, …)` would require finding a
```

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

Received on Friday, 29 May 2020 08:59:26 UTC