44< html lang =en >
55 < head >
66 < title > CSS 2D Transforms</ title >
7- < link href =default.css rel =stylesheet type ="text/css ">
7+ < link href ="http://dev.w3.org/csswg/default.css " rel =stylesheet
8+ type ="text/css ">
89
910 < style type ="text/css ">
1011 .rhs { white-space : pre-wrap; }
2122
2223 < h1 > CSS 2D Transforms</ h1 >
2324
24- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 6 September
25+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 30 November
2526 2011</ h2 >
2627
2728 < dl >
2829 < dt > This version:
2930
3031 < dd > < a
31- href ="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110906 / "> http://dev.w3.org/csswg/css3-2d-transforms/</ a >
32- <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110906 -->
32+ href ="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20111130 / "> http://dev.w3.org/csswg/css3-2d-transforms/</ a >
33+ <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20111130 -->
3334
3435 < dt > Latest version:
3536
3637 < dd > < a
37- href ="http://www.w3.org/TR/css3-2d-transforms "> http://www.w3.org/TR/css3-2d-transforms</ a >
38+ href ="http://www.w3.org/TR/css3-2d-transforms "> http://www.w3.org/TR/css3-2d-transforms/ </ a >
3839
3940
4041 < dt > Previous version:
@@ -63,13 +64,13 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 September
6364 < p class =copyright > < a
6465 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
6566 rel =license > Copyright</ a > © 2011 < a
66- href ="http://www.w3.org/ "> < acronym title =" World Wide Web
67- Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
68- href ="http://www.csail.mit.edu/ "> < acronym title =" Massachusetts Institute
69- of Technology "> MIT</ acronym > </ a > , < a href =" http://www.ercim.eu/ " > < acronym
70- title =" European Research Consortium for Informatics and
71- Mathematics "> ERCIM</ acronym > </ a > , < a
72- href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
67+ href ="http://www.w3.org/ "> < acronym
68+ title =" World Wide Web Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
69+ href ="http://www.csail.mit.edu/ "> < acronym
70+ title =" Massachusetts Institute of Technology "> MIT</ acronym > </ a > , < a
71+ href =" http://www.ercim.eu/ " > < acronym
72+ title =" European Research Consortium for Informatics and Mathematics "> ERCIM</ acronym > </ a > ,
73+ < a href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
7374 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer "> liability</ a > ,
7475 < a
7576 href ="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks "> trademark</ a >
@@ -86,6 +87,12 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
8687 two-dimensional space.
8788
8889 < h2 class ="no-num no-toc " id =status > Status of this document</ h2 >
90+
91+ < p class =note > This will be the last published Working Draft of this
92+ specification. Work will continue with a combined CSS and SVG Transforms
93+ specification operating under the FX Taskforce. The latest < a
94+ href ="http://dev.w3.org/csswg/css3-transforms/ "> Editors' Draft</ a > of the
95+ new specification is available.</ p >
8996 <!--begin-status-->
9097
9198 < p > This is a public copy of the editors' draft. It is provided for
@@ -564,6 +571,10 @@ <h2 id=animation><span class=secno>6. </span> Transitions and animations
564571 class =property > end</ code > ’ transform is the transform at the end of
565572 the transition or current keyframe.
566573
574+ < p class =note > See < a
575+ href ="http://www.w3.org/Bugs/Public/show_bug.cgi?id=14715 "> the currently
576+ open issue</ a > on what "of the same type" means.
577+
567578 < ul >
568579 < li > If the ‘< code class =property > from</ code > ’ and
569580 ‘< code class =property > to</ code > ’ transforms are both single
0 commit comments