You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-transitions] Partially define when computed values change by saying that computed values have to change before the change is presented/displayed/used.
This specification does not define when computed styles are updated.
578
+
This specification does not define when computed styles are updated,
579
+
beyond saying that implementations must not
580
+
use, present, or display something resulting from the CSS
581
+
cascading, value computation, and inheritance process [[!CSS3CASCADE]]
582
+
without updating the computed style
583
+
(which means merely that implementations cannot avoid
584
+
meeting requirements of this specification
585
+
by claiming not to have updated the computed style
586
+
as part of handling a style change).
579
587
However,
580
588
when an implementation updates the computed style for an element
581
589
to reflect one of these changes,
@@ -1599,6 +1607,7 @@ dated 19 November 2013</a>:</p>
1599
1607
<li>The interpolation of ''shadow/inset'' values on shadow lists is no longer backwards.</li>
1600
1608
<li>A [[#conformance]] section and [[#idl-index]] have been added</li>
1601
1609
<li>The identifiers accepted by 'transition-property' are defined in terms of <<custom-ident>>.</li>
1610
+
<li>Define a little bit more about when changes to computed style happen, by saying at least that implementations must not update the effects of computed style without actually updating computed style.</li>
1602
1611
</ul>
1603
1612
1604
1613
<p>For more details on these changes, see the version control <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a> and the <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>.</p>
Conformance</a> section and <ahref="#idl-index">IDL Index</a> have been added
2427
2435
2428
2436
<li>The identifiers accepted by <aclass="property" data-link-type="propdesc" href="#propdef-transition-property">transition-property</a> are defined in terms of <aclass="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value"><custom-ident></a>.
2437
+
2438
+
<li>Define a little bit more about when changes to computed style happen, by saying at least that implementations must not update the effects of computed style without actually updating computed style.
0 commit comments