- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 28 Jan 2012 02:29:29 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-3d-transforms
In directory hutz:/tmp/cvs-serv14487
Modified Files:
Overview.html Overview.src.html
Log Message:
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
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-3d-transforms/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html 21 Mar 2011 21:20:55 -0000 1.6
+++ Overview.html 28 Jan 2012 02:29:26 -0000 1.7
@@ -4,7 +4,7 @@
<html lang=en>
<head>
<title>CSS 3D Transforms</title>
- <link href=default.css rel=stylesheet type="text/css">
+ <link href="../default.css" rel=stylesheet type="text/css">
<style type="text/css">
.rhs { white-space: pre-wrap; }
@@ -21,19 +21,20 @@
<h1>CSS 3D Transforms</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 January
+ 2012</h2>
<dl>
<dt>This version:
<dd> <a
- href="http://www.w3.org/TR/2011/ED-css3-3d-transforms-20110321">http://dev.w3.org/csswg/css3-3d-transforms/</a>
- <!--http://www.w3.org/TR/2011/WD-css3-3d-transforms-20110321-->
+ href="http://www.w3.org/TR/2012/ED-css3-3d-transforms-20120128/">http://dev.w3.org/csswg/css3-3d-transforms/</a>
+ <!--http://www.w3.org/TR/2012/WD-css3-3d-transforms-20120128-->
<dt>Latest version:
<dd><a
- href="http://www.w3.org/TR/css3-3d-transforms/">http://www.w3.org/TR/css3-3d-transforms</a>
+ href="http://www.w3.org/TR/css3-3d-transforms/">http://www.w3.org/TR/css3-3d-transforms/</a>
<dt>Previous version:
@@ -55,14 +56,14 @@
<!--begin-copyright-->
<p class=copyright><a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
- rel=license>Copyright</a> © 2011 <a
- href="http://www.w3.org/"><acronym title="World Wide Web
- Consortium">W3C</acronym></a><sup>®</sup> (<a
- href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
- of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
- title="European Research Consortium for Informatics and
- Mathematics">ERCIM</acronym></a>, <a
- href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
+ rel=license>Copyright</a> © 2012 <a
+ href="http://www.w3.org/"><acronym
+ title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a
+ href="http://www.csail.mit.edu/"><acronym
+ title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
+ href="http://www.ercim.eu/"><acronym
+ title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
+ <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -79,6 +80,12 @@
CSS to be transformed in three-dimensional space.
<h2 class="no-num no-toc" id=status>Status of this document</h2>
+
+ <p class=note> This will be the last published Working Draft of this
+ specification. Work will continue with a combined CSS and SVG Transforms
+ specification operating under the FX Taskforce. The latest <a
+ href="http://dev.w3.org/csswg/css3-transforms/"> Editors' Draft</a> of the
+ new specification is available.</p>
<!--begin-status-->
<p>This is a public copy of the editors' draft. It is provided for
@@ -1325,8 +1332,8 @@
<th>Media
<tbody>
- <tr valign=baseline>
- <td><a class=property
+ <tr>
+ <th><a class=property
href="#backface-visibility">backface-visibility</a>
<td>visible | hidden
@@ -1341,8 +1348,8 @@
<td>visual
- <tr valign=baseline>
- <td><a class=property href="#perspective">perspective</a>
+ <tr>
+ <th><a class=property href="#perspective">perspective</a>
<td>none | <length>
@@ -1356,8 +1363,8 @@
<td>visual
- <tr valign=baseline>
- <td><a class=property href="#perspective-origin">perspective-origin</a>
+ <tr>
+ <th><a class=property href="#perspective-origin">perspective-origin</a>
<td>[ [ <percentage> | <length> | left | center | right ] [
<percentage> | <length> | top | center | bottom ]? ] | [ [
@@ -1373,8 +1380,8 @@
<td>visual
- <tr valign=baseline>
- <td><a class=property href="#effects">transform</a>
+ <tr>
+ <th><a class=property href="#effects">transform</a>
<td>none | <transform-function> [ <transform-function> ]*
@@ -1388,8 +1395,8 @@
<td>visual
- <tr valign=baseline>
- <td><a class=property href="#transform-origin">transform-origin</a>
+ <tr>
+ <th><a class=property href="#transform-origin">transform-origin</a>
<td>[ [ [ <percentage> | <length> | left | center | right ]
[ <percentage> | <length> | top | center | bottom ]? ]
@@ -1406,8 +1413,8 @@
<td>visual
- <tr valign=baseline>
- <td><a class=property href="#transform-style">transform-style</a>
+ <tr>
+ <th><a class=property href="#transform-style">transform-style</a>
<td>flat | preserve-3d
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-3d-transforms/Overview.src.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Overview.src.html 3 Jan 2012 20:44:23 -0000 1.7
+++ Overview.src.html 28 Jan 2012 02:29:26 -0000 1.8
@@ -53,6 +53,14 @@
in three-dimensional space.
<h2 class="no-num no-toc" id="status">Status of this document</h2>
+
+<p class="note">
+ This will be the last published Working Draft of this specification. Work
+ will continue with a combined CSS and SVG Transforms specification operating
+ under the FX Taskforce. The latest <a href="http://dev.w3.org/csswg/css3-transforms/">
+ Editors' Draft</a> of the new specification is available.
+</p>
+
<!--status-->
<p>
Received on Saturday, 28 January 2012 02:29:31 UTC