Skip to content

Commit d701bd3

Browse files
committed
Added testing information to CSS Transforms specification.
1 parent 2a2d671 commit d701bd3

3 files changed

Lines changed: 23 additions & 26 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2012-04-20 dschulze@adobe.com
2+
Added script for testing information on the specification document.
3+
14
2012-03-27 simon.fraser@apple.com
25
Added links to the obsolete 2D and 3D transform working drafts, and the previous Working Draft to the Previous Versions list.
36
Removed the note in the Status section, replacing it with brief text noting that it replaces the other drafts.

css3-transforms/Overview.html

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
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 {
@@ -36,19 +39,19 @@
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 &lsquo;<a
16671662
<var>&lt;length&gt;</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 &lsquo;<a href="#transform-origin"><code class=css><code
16731667
class=property>transform-origin</code></code></a>&rsquo; 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 &lsquo;<a href="#perspective-origin"><code class=css><code
19161909
class=property>perspective-origin</code></code></a>&rsquo; 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

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>CSS Transforms</title>
66
<link rel="stylesheet" type="text/css" href="../default.css" />
77
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
8+
<script src='http://test.csswg.org/harness/annotate.js#CSS3-TRANSFORMS_DEV' type='text/javascript' defer></script>
89

910
<style type="text/css">
1011
.term {

0 commit comments

Comments
 (0)