|
36 | 36 |
|
37 | 37 | <h1>CSS Transforms</h1> |
38 | 38 |
|
39 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 February |
40 | | - 2012</h2> |
| 39 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 March 2012</h2> |
41 | 40 |
|
42 | 41 | <dl> |
43 | 42 | <dt>This version: |
44 | 43 |
|
45 | 44 | <dd> <a |
46 | | - href="http://www.w3.org/TR/2012/ED-css3-transforms-20120226/">http://dev.w3.org/csswg/css3-transforms/</a> |
47 | | - <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120226--> |
| 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--> |
48 | 47 |
|
49 | 48 | <dt>Latest version: |
50 | 49 |
|
@@ -2054,12 +2053,12 @@ <h3 id=three-d-transform-functions><span class=secno>13.2. </span>3D |
2054 | 2053 | matrix</a>. This matrix scales points in X and Y based on their Z value, |
2055 | 2054 | scaling points with positive Z values away from the origin, and those |
2056 | 2055 | with negative Z values towards the origin. Points on the z=0 plane are |
2057 | | - unchanged. The <em>depth</em>, given as the parameter to the function, |
2058 | | - represents the distance of the z=0 plane from the viewer. Lower values |
2059 | | - give a more flattened pyramid and therefore a more pronounced perspective |
2060 | | - effect. For example, a value of 1000px gives a moderate amount of |
2061 | | - foreshortening and a value of 200px gives an extreme amount. The value |
2062 | | - for depth must be greater than zero, otherwise the function is invalid. |
| 2056 | + unchanged. The parameter represents the distance of the z=0 plane from |
| 2057 | + the viewer. Lower values give a more flattened pyramid and therefore a |
| 2058 | + more pronounced perspective effect. For example, a value of 1000px gives |
| 2059 | + a moderate amount of foreshortening and a value of 200px gives an extreme |
| 2060 | + amount. The value for depth must be greater than zero, otherwise the |
| 2061 | + function is invalid. |
2063 | 2062 | </dl> |
2064 | 2063 | <!-- ======================================================================================================= --> |
2065 | 2064 |
|
|
0 commit comments