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

@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