Skip to content

Commit 2cf2a56

Browse files
committed
Added comment about work moving to the merged CSS transform specification, as per the following FX task force action item: http://www.w3.org/2012/01/23-fx-minutes.html#action06
1 parent 893b28c commit 2cf2a56

2 files changed

Lines changed: 40 additions & 25 deletions

File tree

css3-3d-transforms/Overview.html

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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; }
@@ -21,19 +21,20 @@
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> &copy; 2011 <a
59-
href="http://www.w3.org/"><acronym title="World Wide Web
60-
Consortium">W3C</acronym></a><sup>&reg;</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> &copy; 2012 <a
60+
href="http://www.w3.org/"><acronym
61+
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</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 | &lt;length&gt;
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>[ [ &lt;percentage&gt; | &lt;length&gt; | left | center | right ] [
13631370
&lt;percentage&gt; | &lt;length&gt; | 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 | &lt;transform-function&gt; [ &lt;transform-function&gt; ]*
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>[ [ [ &lt;percentage&gt; | &lt;length&gt; | left | center | right ]
13951402
[ &lt;percentage&gt; | &lt;length&gt; | 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

css3-3d-transforms/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
5353
in three-dimensional space.
5454

5555
<h2 class="no-num no-toc" id="status">Status of this document</h2>
56+
57+
<p class="note">
58+
This will be the last published Working Draft of this specification. Work
59+
will continue with a combined CSS and SVG Transforms specification operating
60+
under the FX Taskforce. The latest <a href="http://dev.w3.org/csswg/css3-transforms/">
61+
Editors' Draft</a> of the new specification is available.
62+
</p>
63+
5664
<!--status-->
5765

5866
<p>

0 commit comments

Comments
 (0)