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
Copy file name to clipboardExpand all lines: css-transitions/Overview.src.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1085,6 +1085,17 @@ <h2 id="application">
1085
1085
at the level defined for CSS Transitions in [[CSS3CASCADE]].
1086
1086
</p>
1087
1087
1088
+
<pclass="note">
1089
+
Note that this means that computed values
1090
+
resulting from CSS transitions
1091
+
can inherit to descendants just like
1092
+
any other computed values.
1093
+
In the normal case, this means that
1094
+
a transition of an inherited property
1095
+
applies to descendant elements
1096
+
just as an author would expect.
1097
+
</p>
1098
+
1088
1099
<p>
1089
1100
Implementations must add this value to the cascade
1090
1101
if and only if
@@ -1708,6 +1719,7 @@ <h2 id="changes">Changes since Working Draft of 12 February 2013</h2>
1708
1719
<li>Define the <span>before-change style</span> and <span>after-change style</span> used for the style comparison, using the new concept of a <span>style change event</span>.
1709
1720
<li>Define that a CSS transition for a property does not affect computed style when a CSS Animation for the same property is running.
1710
1721
<li>Add a note pointing out that the above definitions imply that transitions can start simultaneously, from the same change, on ancestors and descendants.
1722
+
<li>Define that CSS transitions participate in CSS's cascading and inheritance model
0 commit comments