Re: [css-houdini-drafts] [css-properties-values-api] inherits should be true by default

One of the reasons is that custom properties are currently not being interpolated, so the inherit-induced updates only needs to happen on initial cascade. Otherwise you need to worry about changing its value every frame during animations and transitions. This means invalidating a lot of styles. 

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

Received on Tuesday, 1 August 2017 11:46:45 UTC