Re: [csswg-drafts] [css-color] Unnecessary comma in color()

This proposal makes sense to me, but since we also want to support 
named colors from an icc profile, it should probably be amended to 
this:

```
color( [ <colorspace>? [ <number>+ | <string> ] [ / <alpha> ]? ]# )
```
or
```
color(  [ <colorspace>? [ <number>+ | <string> ] [ / <alpha> ]? ]# [ ,
 <color> ]? )
```

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/266#issuecomment-234131024 
using your GitHub account

Received on Thursday, 21 July 2016 01:20:35 UTC