File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2009-11-24 dbaron@dbaron.org
2+
3+ - fix sentence structure (oddly placed parenthetical) that caused confusion
4+
152009-11-22 dbaron@dbaron.org
26
37- define that unknown and non-animatable properties must be kept in the
Original file line number Diff line number Diff line change 2929
3030 < h1 > CSS Transitions Module Level 3</ h1 >
3131
32- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 23 November
32+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 24 November
3333 2009</ h2 >
3434
3535 < dl >
3636 < dt > This version:
3737
38- < dd > < a href ="http://www.w3.org/TR/2009/ED-css3-transitions-20091123 ">
38+ < dd > < a href ="http://www.w3.org/TR/2009/ED-css3-transitions-20091124 ">
3939 http://dev.w3.org/csswg/css3-transitions/</ a >
40- <!--http://www.w3.org/TR/2009/WD-css3-transitions-20091123 -->
40+ <!--http://www.w3.org/TR/2009/WD-css3-transitions-20091124 -->
4141
4242 < dt > Latest version:
4343
@@ -774,8 +774,8 @@ <h2 id=starting><span class=secno>3 </span> Starting of transitions</h2>
774774 must stop (and the property must immediately change to its final value).
775775
776776 < p > Implementations must not start a transition when the computed value of
777- a property changes as a result of declarative (as opposed to scripted)
778- animation.
777+ a property changes as a result of declarative animation (as opposed to
778+ scripted animation) .
779779
780780 < p > Implementations also must not start a transition when the computed
781781 value changes because it is inherited (directly or indirectly) from
Original file line number Diff line number Diff line change @@ -712,8 +712,8 @@ <h2 id="starting">
712712
713713 < p >
714714 Implementations must not start a transition when the computed
715- value of a property changes as a result of declarative (as
716- opposed to scripted) animation.
715+ value of a property changes as a result of declarative animation
716+ (as opposed to scripted animation) .
717717 </ p >
718718
719719 < p >
You can’t perform that action at this time.
0 commit comments