Re: [csswg-drafts] [css-scrollbars] Unclear whether keywords intentionally compute away or not

For `scrollbar-width`, I think we may want to get rid of `<length>` eventually, since Apple and Microsoft are apparently unhappy with that, and I also found it easier to implement just the keyword values rather than a more general `<length>`. As far as the keywords approach is enough for usecases it's designed for, I think we can keep just those.

For `scrollbar-color`, I think it was a mistake that I didn't include the two new keywords in the "Computed value" field. I can fix it shortly. I think `auto` definitely should be inherited as keyword, because UAs may pick different style for different elements as they see fit, and inheriting resolved colors would break that. It's less clear to me whether `light` and `dark` need to be inherited as keywords as well, but having all these keywords behave the same way feels move consistent.

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

Received on Wednesday, 26 September 2018 00:06:10 UTC