Re: [csswg-drafts] [css-values] random() function

That the time you apply properties as a result of a style change is not defined, in the sense that engines can do wasted work for that in different ways.

For example, if you have `.foo div` and you have `<div><span></span></div>`, adding the class `foo` to the `<div>` will cause some engines to re-resolve the style of the `<span>` and not in others, even though the `<span>`s style didn't change.

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

Received on Thursday, 5 July 2018 02:13:38 UTC