Re: [w3c/manifest] Color processing steps are incorrect (#760)

@marcoscaceres @tabatkins In #878, I now use the CSS/parse algorithm to retrieve a `<color>` value. Would it be okay to then…
- Exclude the value if it's either `currentcolor`, a `<system-color>`, `<color()>`, `<device-cmyk()>`, or `<deprecated-colors>` [CSS Color 4]
- Convert <color> to an sRGB color
- Set its alpha value to 1
- Return it in its hex color notation?

-- 
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/issues/760#issuecomment-634905887

Received on Wednesday, 27 May 2020 19:55:32 UTC