- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 28 May 2020 22:24:02 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 May 2020 05:24:14 UTC
@marcoscaceres commented on this pull request.
> </li>
<li>Return <code>undefined</code>.
</li>
</ol>
</li>
- <li>Return <var>color</var>.
+ <li>If |color| is an <a>sRGB</a> color, then return |color|.
+ </li>
+ <li>If |color| can be converted to <a>sRGB</a> using solely
+ information the user agent inherently knows, then convert it to
+ <a>sRGB</a> [[CSS-COLOR-4]], and return the result. Otherwise:
```suggestion
<a>sRGB</a>, and return the result. Otherwise:
```
--
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-420659637
Received on Friday, 29 May 2020 05:24:14 UTC