44< html lang =en >
55 < head >
66 < title > CSS 3D Transforms</ title >
7- < link href =default.css rel =stylesheet type ="text/css ">
7+ < link href =" ../ default.css" rel =stylesheet type ="text/css ">
88
99 < style type ="text/css ">
1010 .rhs { white-space : pre-wrap; }
2121
2222 < h1 > CSS 3D Transforms</ h1 >
2323
24- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 21 March 2011</ h2 >
24+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 28 January
25+ 2012</ h2 >
2526
2627 < dl >
2728 < dt > This version:
2829
2930 < dd > < a
30- href ="http://www.w3.org/TR/2011 /ED-css3-3d-transforms-20110321 "> http://dev.w3.org/csswg/css3-3d-transforms/</ a >
31- <!--http://www.w3.org/TR/2011 /WD-css3-3d-transforms-20110321 -->
31+ href ="http://www.w3.org/TR/2012 /ED-css3-3d-transforms-20120128/ "> http://dev.w3.org/csswg/css3-3d-transforms/</ a >
32+ <!--http://www.w3.org/TR/2012 /WD-css3-3d-transforms-20120128 -->
3233
3334 < dt > Latest version:
3435
3536 < dd > < a
36- href ="http://www.w3.org/TR/css3-3d-transforms/ "> http://www.w3.org/TR/css3-3d-transforms</ a >
37+ href ="http://www.w3.org/TR/css3-3d-transforms/ "> http://www.w3.org/TR/css3-3d-transforms/ </ a >
3738
3839
3940 < dt > Previous version:
@@ -55,14 +56,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2>
5556 <!--begin-copyright-->
5657 < p class =copyright > < a
5758 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
58- rel =license > Copyright</ a > © 2011 < a
59- href ="http://www.w3.org/ "> < acronym title =" World Wide Web
60- Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
61- href ="http://www.csail.mit.edu/ "> < acronym title =" Massachusetts Institute
62- of Technology "> MIT</ acronym > </ a > , < a href =" http://www.ercim.eu/ " > < acronym
63- title =" European Research Consortium for Informatics and
64- Mathematics "> ERCIM</ acronym > </ a > , < a
65- href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
59+ rel =license > Copyright</ a > © 2012 < a
60+ href ="http://www.w3.org/ "> < acronym
61+ title =" World Wide Web Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
62+ href ="http://www.csail.mit.edu/ "> < acronym
63+ title =" Massachusetts Institute of Technology "> MIT</ acronym > </ a > , < a
64+ href =" http://www.ercim.eu/ " > < acronym
65+ title =" European Research Consortium for Informatics and Mathematics "> ERCIM</ acronym > </ a > ,
66+ < a href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
6667 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer "> liability</ a > ,
6768 < a
6869 href ="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks "> trademark</ a >
@@ -79,6 +80,12 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
7980 CSS to be transformed in three-dimensional space.
8081
8182 < h2 class ="no-num no-toc " id =status > Status of this document</ h2 >
83+
84+ < p class =note > This will be the last published Working Draft of this
85+ specification. Work will continue with a combined CSS and SVG Transforms
86+ specification operating under the FX Taskforce. The latest < a
87+ href ="http://dev.w3.org/csswg/css3-transforms/ "> Editors' Draft</ a > of the
88+ new specification is available.</ p >
8289 <!--begin-status-->
8390
8491 < p > This is a public copy of the editors' draft. It is provided for
@@ -1325,8 +1332,8 @@ <h2 class=no-num id=property-index>Property index</h2>
13251332 < th > Media
13261333
13271334 < tbody >
1328- < tr valign = baseline >
1329- < td > < a class =property
1335+ < tr >
1336+ < th > < a class =property
13301337 href ="#backface-visibility "> backface-visibility</ a >
13311338
13321339 < td > visible | hidden
@@ -1341,8 +1348,8 @@ <h2 class=no-num id=property-index>Property index</h2>
13411348
13421349 < td > visual
13431350
1344- < tr valign = baseline >
1345- < td > < a class =property href ="#perspective "> perspective</ a >
1351+ < tr >
1352+ < th > < a class =property href ="#perspective "> perspective</ a >
13461353
13471354 < td > none | <length>
13481355
@@ -1356,8 +1363,8 @@ <h2 class=no-num id=property-index>Property index</h2>
13561363
13571364 < td > visual
13581365
1359- < tr valign = baseline >
1360- < td > < a class =property href ="#perspective-origin "> perspective-origin</ a >
1366+ < tr >
1367+ < th > < a class =property href ="#perspective-origin "> perspective-origin</ a >
13611368
13621369 < td > [ [ <percentage> | <length> | left | center | right ] [
13631370 <percentage> | <length> | top | center | bottom ]? ] | [ [
@@ -1373,8 +1380,8 @@ <h2 class=no-num id=property-index>Property index</h2>
13731380
13741381 < td > visual
13751382
1376- < tr valign = baseline >
1377- < td > < a class =property href ="#effects "> transform</ a >
1383+ < tr >
1384+ < th > < a class =property href ="#effects "> transform</ a >
13781385
13791386 < td > none | <transform-function> [ <transform-function> ]*
13801387
@@ -1388,8 +1395,8 @@ <h2 class=no-num id=property-index>Property index</h2>
13881395
13891396 < td > visual
13901397
1391- < tr valign = baseline >
1392- < td > < a class =property href ="#transform-origin "> transform-origin</ a >
1398+ < tr >
1399+ < th > < a class =property href ="#transform-origin "> transform-origin</ a >
13931400
13941401 < td > [ [ [ <percentage> | <length> | left | center | right ]
13951402 [ <percentage> | <length> | top | center | bottom ]? ]
@@ -1406,8 +1413,8 @@ <h2 class=no-num id=property-index>Property index</h2>
14061413
14071414 < td > visual
14081415
1409- < tr valign = baseline >
1410- < td > < a class =property href ="#transform-style "> transform-style</ a >
1416+ < tr >
1417+ < th > < a class =property href ="#transform-style "> transform-style</ a >
14111418
14121419 < td > flat | preserve-3d
14131420
0 commit comments