|
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'> |
2 | 2 | <html lang="en"> |
3 | 3 | <head profile="http://www.w3.org/2006/03/hcard"> |
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
@@ -37,16 +37,14 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2> |
37 | 37 | <dt>This version: |
38 | 38 | <dd> |
39 | 39 | <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]/--> |
41 | 41 | <dt>Latest version: |
42 | 42 | <dd><a |
43 | | - href="http://www.w3.org/TR/css3-transforms">[LATEST]</a> |
| 43 | + href="http://www.w3.org/TR/css3-transforms/">[LATEST]</a> |
44 | 44 | <dt>Editor's draft: |
45 | 45 | <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a> |
46 | 46 | <dt>Previous versions: |
47 | 47 | <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> |
50 | 48 | <dt id="editors-list">Editors: |
51 | 49 | <dd>Simon Fraser (<a href="http://www.apple.com/">Apple Inc</a>) <simon.fraser @apple.com> |
52 | 50 | <dd>Dean Jackson (<a href="http://www.apple.com/">Apple Inc</a>) <dino @apple.com> |
@@ -79,13 +77,13 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2> |
79 | 77 |
|
80 | 78 | <h2 class="no-num no-toc" id="status">Status of this document</h2> |
81 | 79 |
|
| 80 | + <!--status--> |
| 81 | + |
82 | 82 | <p> |
83 | 83 | 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 |
84 | 84 | as <a href="http://www.w3.org/TR/SVG-Transforms/" title="SVG Transforms 1.0">SVG Transforms</a>. <!-- Does it actually this SVG spec? --> |
85 | 85 | </p> |
86 | 86 |
|
87 | | - <!--status--> |
88 | | - |
89 | 87 | <p> |
90 | 88 | The <a href="ChangeLog">list of changes made to this specification</a> is |
91 | 89 | available. |
@@ -1228,7 +1226,7 @@ <h2 id="transform-origin-property"> |
1228 | 1226 | </p> |
1229 | 1227 |
|
1230 | 1228 | <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> |
1232 | 1230 | of '<code class="property">transform-origin</code>' is the |
1233 | 1231 | <a href="http://www.w3.org/TR/CSS21/cascade.html#used-value">used value</a> |
1234 | 1232 | (i.e., percentages are resolved to absolute lengths). |
@@ -1529,7 +1527,7 @@ <h2 id="perspective-origin-property"> |
1529 | 1527 | </p> |
1530 | 1528 |
|
1531 | 1529 | <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> |
1533 | 1531 | of '<code class="property">perspective-origin</code>' is the |
1534 | 1532 | <a href="http://www.w3.org/TR/CSS21/cascade.html#used-value">used value</a> |
1535 | 1533 | (i.e., percentages are resolved to absolute lengths). |
|
0 commit comments