Re: [csswg-drafts] Dynamic values support?

It's not really a matter of JavaScript vs native code. When you do it for your own case in JS, you can specialize the code to deal with only what matters in your page. If it has to be baked in the engine, it has to deal with all cases.  Some cases can be handled simply, but the general solution for the kind of thing you described is very slow. Therefore, it can be fast if you do it yourself, and it cannot if the browsers do.

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

Received on Friday, 3 August 2018 13:29:30 UTC