2626
2727 < h1 > CSS Transitions</ h1 >
2828
29- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 20 April 2012</ h2 >
29+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 11 May 2012</ h2 >
3030
3131 < dl >
3232 < dt > This version:
3333
34- < dd > < a href ="http://www.w3.org/TR/2012/ED-css3-transitions-20120420 / ">
34+ < dd > < a href ="http://www.w3.org/TR/2012/ED-css3-transitions-20120511 / ">
3535 http://dev.w3.org/csswg/css3-transitions/</ a >
36- <!--http://www.w3.org/TR/2012/WD-css3-transitions-20120420 /-->
36+ <!--http://www.w3.org/TR/2012/WD-css3-transitions-20120511 /-->
3737
3838 < dt > Latest version:
3939
@@ -621,7 +621,7 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
621621
622622 < dd > The step-end function is equivalent to steps(1, end).
623623
624- < dt > steps
624+ < dt > steps(<integer>[, [ start | end ] ]?)
625625
626626 < dd > Specifies a stepping function, described above, taking two
627627 parameters. The first parameter specifies the number of intervals in the
@@ -633,7 +633,8 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
633633 omitted, it is given the value ‘< code
634634 class =property > end</ code > ’.
635635
636- < dt > cubic-bezier
636+ < dt > cubic-bezier(<number>, <number>, <number>,
637+ <number>)
637638
638639 < dd > Specifies a < a
639640 href ="http://en.wikipedia.org/wiki/B%C3%A9zier_curve "> cubic-bezier
@@ -1567,10 +1568,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
15671568 < dt id =CSS3-TRANSFORMS > [CSS3-TRANSFORMS]
15681569
15691570 < dd > Simon Fraser; et al. < a
1570- href ="http://www.w3.org/TR/2012/WD-css3-transforms-20120228 / "> < cite > CSS
1571- Transforms.</ cite > </ a > 28 February 2012. W3C Working Draft. (Work in
1571+ href ="http://www.w3.org/TR/2012/WD-css3-transforms-20120403 / "> < cite > CSS
1572+ Transforms.</ cite > </ a > 3 April 2012. W3C Working Draft. (Work in
15721573 progress.) URL: < a
1573- href ="http://www.w3.org/TR/2012/WD-css3-transforms-20120228 / "> http://www.w3.org/TR/2012/WD-css3-transforms-20120228 /</ a >
1574+ href ="http://www.w3.org/TR/2012/WD-css3-transforms-20120403 / "> http://www.w3.org/TR/2012/WD-css3-transforms-20120403 /</ a >
15741575 </ dd >
15751576 <!---->
15761577 </ dl >
@@ -1597,10 +1598,10 @@ <h3 class=no-num id=other-references>Other references</h3>
15971598 < dt id =CSS3-IMAGES > [CSS3-IMAGES]
15981599
15991600 < dd > Elika J. Etemad; Tab Atkins Jr. < a
1600- href ="http://www.w3.org/TR/2012/WD -css3-images-20120112 / "> < cite > CSS Image
1601- Values and Replaced Content Module Level 3.</ cite > </ a > 12 January 2012.
1602- W3C Working Draft . (Work in progress.) URL: < a
1603- href ="http://www.w3.org/TR/2012/WD -css3-images-20120112 / "> http://www.w3.org/TR/2012/WD -css3-images-20120112 /</ a >
1601+ href ="http://www.w3.org/TR/2012/CR -css3-images-20120417 / "> < cite > CSS Image
1602+ Values and Replaced Content Module Level 3.</ cite > </ a > 17 April 2012. W3C
1603+ Candidate Recommendation . (Work in progress.) URL: < a
1604+ href ="http://www.w3.org/TR/2012/CR -css3-images-20120417 / "> http://www.w3.org/TR/2012/CR -css3-images-20120417 /</ a >
16041605 </ dd >
16051606 <!---->
16061607 </ dl >
@@ -1612,7 +1613,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16121613 < table class =proptable >
16131614 < thead >
16141615 < tr >
1615- < th > properties
1616+ < th > Property
16161617
16171618 < th > Values
16181619
0 commit comments