- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Thu, 05 Jul 2018 02:13:34 +0000
- To: public-css-archive@w3.org
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