Skip to content

Commit 7c0b3f6

Browse files
committed
Fixed two broken links to fragment identifiers.
Corrected the "latest version" link. Put the status boilerplate text before the custom paragraph. Removed the links to css3-{2d,3d}-transformns. (They aren't needed anymore after next Tuesday's publication.)
1 parent 9c61bc0 commit 7c0b3f6

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

css3-transforms/Transforms.src.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
1+
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
22
<html lang="en">
33
<head profile="http://www.w3.org/2006/03/hcard">
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -37,16 +37,14 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3737
<dt>This version:
3838
<dd>
3939
<a href="[VERSION]">http://dev.w3.org/csswg/css3-transforms/</a>
40-
<!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]-->
40+
<!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/-->
4141
<dt>Latest version:
4242
<dd><a
43-
href="http://www.w3.org/TR/css3-transforms">[LATEST]</a>
43+
href="http://www.w3.org/TR/css3-transforms/">[LATEST]</a>
4444
<dt>Editor's draft:
4545
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
4646
<dt>Previous versions:
4747
<dd><a href='http://www.w3.org/TR/2012/WD-css3-transforms-20120228/'>http://www.w3.org/TR/2012/WD-css3-transforms-20120228/</a>
48-
<dd><a href="http://www.w3.org/TR/css3-2d-transforms/">http://www.w3.org/TR/css3-2d-transforms/</a>
49-
<dd><a href="http://www.w3.org/TR/css3-3d-transforms/">http://www.w3.org/TR/css3-3d-transforms/</a>
5048
<dt id="editors-list">Editors:
5149
<dd>Simon Fraser (<a href="http://www.apple.com/">Apple Inc</a>) &lt;simon.fraser &#64;apple.com&gt;
5250
<dd>Dean Jackson (<a href="http://www.apple.com/">Apple Inc</a>) &lt;dino &#64;apple.com&gt;
@@ -79,13 +77,13 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
7977

8078
<h2 class="no-num no-toc" id="status">Status of this document</h2>
8179

80+
<!--status-->
81+
8282
<p>
8383
This specification replaces the former <a href="http://www.w3.org/TR/css3-2d-transforms/" title="CSS 2D Transforms">CSS 2D Transforms</a> and <a href="http://www.w3.org/TR/css3-3d-transforms/" title="CSS 3D Transforms Module Level 3">CSS 3D Transforms</a> specifications, as well
8484
as <a href="http://www.w3.org/TR/SVG-Transforms/" title="SVG Transforms 1.0">SVG Transforms</a>. <!-- Does it actually this SVG spec? -->
8585
</p>
8686

87-
<!--status-->
88-
8987
<p>
9088
The <a href="ChangeLog">list of changes made to this specification</a> is
9189
available.
@@ -1228,7 +1226,7 @@ <h2 id="transform-origin-property">
12281226
</p>
12291227

12301228
<p>
1231-
The <a href="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#resolved-value">resolved value</a>
1229+
The <a href="http://www.w3.org/TR/cssom/#resolved-value">resolved value</a>
12321230
of '<code class="property">transform-origin</code>' is the
12331231
<a href="http://www.w3.org/TR/CSS21/cascade.html#used-value">used value</a>
12341232
(i.e., percentages are resolved to absolute lengths).
@@ -1529,7 +1527,7 @@ <h2 id="perspective-origin-property">
15291527
</p>
15301528

15311529
<p>
1532-
The <a href="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#resolved-value">resolved value</a>
1530+
The <a href="http://www.w3.org/TR/cssom/#resolved-value">resolved value</a>
15331531
of '<code class="property">perspective-origin</code>' is the
15341532
<a href="http://www.w3.org/TR/CSS21/cascade.html#used-value">used value</a>
15351533
(i.e., percentages are resolved to absolute lengths).

0 commit comments

Comments
 (0)