Skip to content

Commit a05afab

Browse files
committed
- Note the location of the Editors' Draft.
- Link to open bugzilla about animating between transforms of the same type.
1 parent 494f3e2 commit a05afab

File tree

3 files changed

+44
-13
lines changed

3 files changed

+44
-13
lines changed

css3-2d-transforms/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-11-30 dino@apple.com
2+
3+
- Note the location of the Editors' Draft.
4+
- Link to open bugzilla about animating between transforms of the same type.
5+
16
2011-08-02 dino@apple.com
27

38
- Another typo in matrix composition reported by Vincent Hardy.

css3-2d-transforms/Overview.html

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
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; }
@@ -21,20 +22,20 @@
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> &copy; 2011 <a
66-
href="http://www.w3.org/"><acronym title="World Wide Web
67-
Consortium">W3C</acronym></a><sup>&reg;</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>&reg;</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>&rsquo; 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 &lsquo;<code class=property>from</code>&rsquo; and
569580
&lsquo;<code class=property>to</code>&rsquo; transforms are both single

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<title>CSS 2D Transforms</title>
7-
<link rel="stylesheet" type="text/css" href="default.css">
7+
<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
88
<style type="text/css">
99
.rhs { white-space: pre-wrap; }
1010
code { font-size: inherit; }
@@ -52,13 +52,23 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
5252
in two-dimensional space.
5353

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

5765
<p>
5866
The <a href="ChangeLog">list of changes made to this specification</a> is
5967
available.
6068
</p>
6169

70+
71+
6272
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
6373
<!--toc-->
6474

@@ -481,6 +491,11 @@ <h2 id="animation">
481491
current keyframe.
482492
</p>
483493

494+
<p class="note">
495+
See <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=14715">the currently
496+
open issue</a> on what "of the same type" means.
497+
</p>
498+
484499
<ul>
485500
<li>
486501
If the 'from' and 'to' transforms are both single functions

0 commit comments

Comments
 (0)