Skip to content

Commit 46cc82f

Browse files
committed
Added a warning note about the merge as per http://www.w3.org/2011/11/03-fx-minutes.html#action07
1 parent 2cf2a56 commit 46cc82f

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

css3-transforms/Overview.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373

7474
<h1>CSS Transforms</h1>
7575

76-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 January
76+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 January
7777
2012</h2>
7878

7979
<dl>
8080
<dt>This version:
8181

8282
<dd> <a
83-
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120127/">http://dev.w3.org/csswg/css3-transforms/</a>
84-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120127-->
83+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120128/">http://dev.w3.org/csswg/css3-transforms/</a>
84+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120128-->
8585

8686
<dt>Latest version:
8787

@@ -139,8 +139,6 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 January
139139

140140
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
141141

142-
<p><strong>THIS IS A WORK IN PROGRESS AND NOT READY FOR REVIEW.</strong>
143-
144142
<p>CSS transforms allows elements styled with CSS to be transformed in
145143
two-dimensional or three-dimensional space. This specification is the
146144
convergence of the <a href="http://www.w3.org/TR/css3-2d-transforms/">CSS
@@ -150,6 +148,11 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
150148
transforms</a> specifications.
151149

152150
<h2 class="no-num no-toc" id=status>Status of this document</h2>
151+
152+
<p class=note> This specification merges the former CSS 2D Transforms and
153+
CSS 3D Transforms specifications and will also merge CSS Transforms and
154+
SVG Transforms. The merge is in progress and the specification is not yet
155+
ready for review.</p>
153156
<!--begin-status-->
154157

155158
<p>This is a public copy of the editors' draft. It is provided for

css3-transforms/Transforms.src.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
9797

9898
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
9999

100-
<strong>THIS IS A WORK IN PROGRESS AND NOT READY FOR REVIEW.</strong>
101-
102100
<p>CSS transforms allows elements styled with CSS to be transformed
103101
in two-dimensional or three-dimensional space. This specification is the convergence of the
104102
<a href="http://www.w3.org/TR/css3-2d-transforms/">CSS 2D transforms</a>,
@@ -107,6 +105,13 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
107105
specifications.</p>
108106

109107
<h2 class="no-num no-toc" id="status">Status of this document</h2>
108+
109+
<p class="note">
110+
This specification merges the former CSS 2D Transforms and CSS 3D Transforms specifications and
111+
will also merge CSS Transforms and SVG Transforms. The merge is in progress and the specification
112+
is not yet ready for review.
113+
</p>
114+
110115
<!--status-->
111116

112117
<p>

0 commit comments

Comments
 (0)