[css-houdini-drafts] [css-typed-om] CSSColor should use indexed properties, not .channels (#1037)

tabatkins has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] CSSColor should use indexed properties, not .channels ==
The non-generic color functions have their channels exposed as named properties, making it easy to manipulate them. CSSColor, however, has its (unnamed) channels instead exposed as an array hanging off of the `.channels` property, making them longer to access.

I should just make those channels be indexed properties.

(Brought up by Lea in <https://github.com/w3c/css-houdini-drafts/issues/1034#issuecomment-840494082>)

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/1037 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 13 May 2021 15:07:08 UTC