Re: [csswg-drafts] [css-variables] User Agent properties and variables

> Why not follow the idea of currentColor?
Because a browser needs to track all these values one by one, and that is costly in terms of code to write and combinations to test. The advantage of reusing the infrastructure of var(...) is that it is generic and can be detected very easily at parse time.

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

Received on Monday, 18 September 2017 17:58:58 UTC