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

> In general:
> 
> * As both `theme_color` and `background_color` will have to use the same algorithm, I was wondering if it makes sense to abstract this algorithm. However, I'm not sure where the abstracted version should go (section-wise).
> * Should we clarify transparency handling here (e.g., the user agent MAY ignore the alpha value)?

We already have substracted algos like the within-scope one.

![image](https://user-images.githubusercontent.com/1101339/83249256-9da99080-a1a6-11ea-9fa8-0559fa7bb7ae.png)

Color parsing
===

To obtain a color... 


For transparency I guess you can make a non-nominative note, saying that User Agents are free to deal with transparency the way they see fit

-- 
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#issuecomment-635896285

Received on Friday, 29 May 2020 10:21:37 UTC