99 < link href ="../default.css " rel =stylesheet type ="text/css ">
1010 < link href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css " rel =stylesheet
1111 type ="text/css ">
12+ < script defer
13+ src ="http://test.csswg.org/harness/annotate.js#CSS3-TRANSFORMS_DEV "
14+ type ="text/javascript "> </ script >
1215
1316 < style type ="text/css ">
1417 .term {
3639
3740 < h1 > CSS Transforms</ h1 >
3841
39- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 28 March 2012</ h2 >
42+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 20 April 2012</ h2 >
4043
4144 < dl >
4245 < dt > This version:
4346
4447 < dd > < a
45- href ="http://www.w3.org/TR/2012/ED-css3-transforms-20120328 / "> http://dev.w3.org/csswg/css3-transforms/</ a >
46- <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120328 -->
48+ href ="http://www.w3.org/TR/2012/ED-css3-transforms-20120420 / "> http://dev.w3.org/csswg/css3-transforms/</ a >
49+ <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120420/ -->
4750
4851 < dt > Latest version:
4952
5053 < dd > < a
51- href ="http://www.w3.org/TR/css3-transforms "> http://www.w3.org/TR/css3-transforms/</ a >
54+ href ="http://www.w3.org/TR/css3-transforms/ "> http://www.w3.org/TR/css3-transforms/</ a >
5255
5356
5457 < dt > Editor's draft:
@@ -63,14 +66,6 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 March 2012</h2>
6366 href ="http://www.w3.org/TR/2012/WD-css3-transforms-20120228/ "> http://www.w3.org/TR/2012/WD-css3-transforms-20120228/</ a >
6467
6568
66- < dd > < a
67- href ="http://www.w3.org/TR/css3-2d-transforms/ "> http://www.w3.org/TR/css3-2d-transforms/</ a >
68-
69-
70- < dd > < a
71- href ="http://www.w3.org/TR/css3-3d-transforms/ "> http://www.w3.org/TR/css3-3d-transforms/</ a >
72-
73-
7469 < dt id =editors-list > Editors:
7570
7671 < dd > Simon Fraser (< a href ="http://www.apple.com/ "> Apple Inc</ a > )
@@ -135,15 +130,6 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
135130 transforms</ a > specifications.
136131
137132 < h2 class ="no-num no-toc " id =status > Status of this document</ h2 >
138-
139- < p > This specification replaces the former < a
140- href ="http://www.w3.org/TR/css3-2d-transforms/ "
141- title ="CSS 2D Transforms "> CSS 2D Transforms</ a > and < a
142- href ="http://www.w3.org/TR/css3-3d-transforms/ "
143- title ="CSS 3D Transforms Module Level 3 "> CSS 3D Transforms</ a >
144- specifications, as well as < a href ="http://www.w3.org/TR/SVG-Transforms/ "
145- title ="SVG Transforms 1.0 "> SVG Transforms</ a > .
146- <!-- Does it actually this SVG spec? --> </ p >
147133 <!--begin-status-->
148134
149135 < p > This is a public copy of the editors' draft. It is provided for
@@ -178,6 +164,15 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
178164 W3C Patent Policy</ a > .</ p >
179165 <!--end-status-->
180166
167+ < p > This specification replaces the former < a
168+ href ="http://www.w3.org/TR/css3-2d-transforms/ "
169+ title ="CSS 2D Transforms "> CSS 2D Transforms</ a > and < a
170+ href ="http://www.w3.org/TR/css3-3d-transforms/ "
171+ title ="CSS 3D Transforms Module Level 3 "> CSS 3D Transforms</ a >
172+ specifications, as well as < a href ="http://www.w3.org/TR/SVG-Transforms/ "
173+ title ="SVG Transforms 1.0 "> SVG Transforms</ a > .
174+ <!-- Does it actually this SVG spec? -->
175+
181176 < p > The < a href =ChangeLog > list of changes made to this specification</ a > is
182177 available.
183178
@@ -1667,8 +1662,7 @@ <h2 id=transform-origin-property><span class=secno>8. </span> The ‘<a
16671662 < var > <length></ var > values represent an offset from the point of
16681663 origin of the element's local coordinate space.
16691664
1670- < p > The < a
1671- href ="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#resolved-value "> resolved
1665+ < p > The < a href ="http://www.w3.org/TR/cssom/#resolved-value "> resolved
16721666 value</ a > of ‘< a href ="#transform-origin "> < code class =css > < code
16731667 class =property > transform-origin</ code > </ code > </ a > ’ is the < a
16741668 href ="http://www.w3.org/TR/CSS21/cascade.html#used-value "> used value</ a >
@@ -1910,8 +1904,7 @@ <h2 id=perspective-origin-property><span class=secno>11. </span> The
19101904 represent an offset of the perspective origin from the top left corner of
19111905 the element's < a href ="#TermBoundingBox "> bounding box</ a > .
19121906
1913- < p > The < a
1914- href ="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#resolved-value "> resolved
1907+ < p > The < a href ="http://www.w3.org/TR/cssom/#resolved-value "> resolved
19151908 value</ a > of ‘< a href ="#perspective-origin "> < code class =css > < code
19161909 class =property > perspective-origin</ code > </ code > </ a > ’ is the < a
19171910 href ="http://www.w3.org/TR/CSS21/cascade.html#used-value "> used value</ a >
@@ -2603,7 +2596,7 @@ <h2 class=no-num id=property-index>Property index</h2>
26032596 < table class =proptable >
26042597 < thead >
26052598 < tr >
2606- < th > Property
2599+ < th > properties
26072600
26082601 < th > Values
26092602
0 commit comments