2121
2222 < h1 > CSS 2D Transforms</ h1 >
2323
24- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 01 April 2011</ h2 >
24+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 14 April 2011</ h2 >
2525
2626 < dl >
2727 < dt > This version:
2828
2929 < dd > < a
30- href ="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110401 "> http://dev.w3.org/csswg/css3-2d-transforms/</ a >
31- <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110401 -->
30+ href ="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110414 "> http://dev.w3.org/csswg/css3-2d-transforms/</ a >
31+ <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110414 -->
3232
3333 < dt > Latest version:
3434
@@ -54,6 +54,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 01 April 2011</h2>
5454
5555 < dd > Chris Marrin (< a href ="http://www.apple.com/ "> Apple Inc</ a > )
5656 <cmarrin @apple.com>
57+
58+ < dd > Edward O'Connor (< a href ="http://www.apple.com/ "> Apple Inc</ a > )
59+ <eoconnor @apple.com>
5760 </ dl >
5861 <!--begin-copyright-->
5962 < p class =copyright > < a
@@ -599,8 +602,8 @@ <h2 id=animation><span class=secno>6. </span> Transitions and animations
599602 class =property > from</ code > ’ value is "scale(1) rotate(0)".</ p >
600603
601604 < p > The identity functions are translate(0), translateX(0),
602- translateY(0), scale(1), scaleX(1), scaleY(1), rotate(0), rotateX (0),
603- rotateY(0), skewX(0), skewY(0) and matrix(1, 0, 0, 1, 0, 0).</ p >
605+ translateY(0), scale(1), scaleX(1), scaleY(1), rotate(0), skewX (0),
606+ skewY(0) and matrix(1, 0, 0, 1, 0, 0).</ p >
604607 </ ul >
605608
606609 < li > If both the ‘< code class =property > from</ code > ’ and
0 commit comments