|
36 | 36 |
|
37 | 37 | <h1>CSS Transforms</h1> |
38 | 38 |
|
39 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 March 2012</h2> |
| 39 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 March 2012</h2> |
40 | 40 |
|
41 | 41 | <dl> |
42 | 42 | <dt>This version: |
43 | 43 |
|
44 | 44 | <dd> <a |
45 | | - href="http://www.w3.org/TR/2012/ED-css3-transforms-20120307/">http://dev.w3.org/csswg/css3-transforms/</a> |
46 | | - <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120307--> |
| 45 | + href="http://www.w3.org/TR/2012/ED-css3-transforms-20120312/">http://dev.w3.org/csswg/css3-transforms/</a> |
| 46 | + <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120312--> |
47 | 47 |
|
48 | 48 | <dt>Latest version: |
49 | 49 |
|
@@ -432,11 +432,12 @@ <h2 id=definitions><span class=secno>4. </span>Definitions</h2> |
432 | 432 | id=transformable-element>transformable element</dfn> |
433 | 433 |
|
434 | 434 | <dd> |
435 | | - <p> A transformable element in the HTML namespace which is either a |
436 | | - block-level or atomic inline-level element, or an element in the SVG |
437 | | - namespace (see <a href="#SVG11" |
438 | | - rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the attributes |
439 | | - ‘<a href="#effects"><code class=css><code |
| 435 | + <p> A transformable element in the HTML namespace which is either a <a |
| 436 | + href="http://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a> |
| 437 | + or <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic |
| 438 | + inline-level element</a>, or an element in the SVG namespace (see <a |
| 439 | + href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the |
| 440 | + attributes ‘<a href="#effects"><code class=css><code |
440 | 441 | class=property>transform</code></code></a>’, ‘<code |
441 | 442 | class=property>patternTransform</code>’ or ‘<code |
442 | 443 | class=property>gradientTransform</code>’.</p> |
@@ -1576,7 +1577,14 @@ <h2 id=transform-origin-property><span class=secno>8. </span> The ‘<a |
1576 | 1577 |
|
1577 | 1578 | <p>For SVG elements without an associated CSS layout box the |
1578 | 1579 | <var><length></var> values represent an offset from the point of |
1579 | | - origin of the element's local coordinate space.</p> |
| 1580 | + origin of the element's local coordinate space. |
| 1581 | + |
| 1582 | + <p> The <a |
| 1583 | + href="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#resolved-value">resolved |
| 1584 | + value</a> of ‘<a href="#transform-origin"><code class=css><code |
| 1585 | + class=property>transform-origin</code></code></a>’ is the <a |
| 1586 | + href="http://www.w3.org/TR/CSS21/cascade.html#used-value">used value</a> |
| 1587 | + (i.e., percentages are resolved to absolute lengths).</p> |
1580 | 1588 | <!-- ======================================================================================================= --> |
1581 | 1589 |
|
1582 | 1590 | <h2 id=transform-style-property><span class=secno>9. </span> The ‘<a |
@@ -1793,7 +1801,14 @@ <h2 id=perspective-origin-property><span class=secno>11. </span> The |
1793 | 1801 | href="#perspective-origin"><code class=css><code |
1794 | 1802 | class=property>perspective-origin</code></code></a>’ properties are |
1795 | 1803 | used to compute the <a href="#TermPerspectiveMatrix"><i>perspective |
1796 | | - matrix</i></a>, as described above.</p> |
| 1804 | + matrix</i></a>, as described above. |
| 1805 | + |
| 1806 | + <p> The <a |
| 1807 | + href="http://dvcs.w3.org/hg/cssom/raw-file/tip/Overview.html/#resolved-value">resolved |
| 1808 | + value</a> of ‘<a href="#perspective-origin"><code class=css><code |
| 1809 | + class=property>perspective-origin</code></code></a>’ is the <a |
| 1810 | + href="http://www.w3.org/TR/CSS21/cascade.html#used-value">used value</a> |
| 1811 | + (i.e., percentages are resolved to absolute lengths).</p> |
1797 | 1812 | <!-- ======================================================================================================= --> |
1798 | 1813 |
|
1799 | 1814 | <h2 id=backface-visibility-property><span class=secno>12. </span> The |
|
0 commit comments