|
36 | 36 |
|
37 | 37 | <h1>CSS Transforms</h1> |
38 | 38 |
|
39 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 January |
| 39 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 February |
40 | 40 | 2012</h2> |
41 | 41 |
|
42 | 42 | <dl> |
43 | 43 | <dt>This version: |
44 | 44 |
|
45 | 45 | <dd> <a |
46 | | - href="http://www.w3.org/TR/2012/ED-css3-transforms-20120131/">http://dev.w3.org/csswg/css3-transforms/</a> |
47 | | - <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120131--> |
| 46 | + href="http://www.w3.org/TR/2012/ED-css3-transforms-20120201/">http://dev.w3.org/csswg/css3-transforms/</a> |
| 47 | + <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120201--> |
48 | 48 |
|
49 | 49 | <dt>Latest version: |
50 | 50 |
|
@@ -1414,15 +1414,11 @@ <h3 id=two-d-transform-functions><span class=secno>12.1. </span>2D |
1414 | 1414 | example, rotate(90deg) would cause elements to appear rotated one-quarter |
1415 | 1415 | of a turn in the clockwise direction. |
1416 | 1416 |
|
1417 | | - <dt> <code class=css>skew(<x-angle>[, <angle>])</code> |
| 1417 | + <dt> <code class=css>skew(<x-angle>[, <y-angle>])</code> |
1418 | 1418 |
|
1419 | | - <dd> specifies a <a |
1420 | | - href="http://www.w3.org/TR/SVG/coords.html#SkewXDefined">skew |
1421 | | - transformation along the X axis</a> by the angle specified in the first |
1422 | | - parameter, and a <a |
1423 | | - href="http://www.w3.org/TR/SVG/coords.html#SkewYDefined">skew |
1424 | | - transformation along the Y axis</a> by the angle specified in the second |
1425 | | - parameter. If the second parameter is not provided, it has a value of 0. |
| 1419 | + <dd> specifies a skew in X and Y. If <em><y-angle></em> is not |
| 1420 | + provided, it is has a zero value. The resulting transformation matrix is |
| 1421 | + [1, tan(y-angle), tan(x-angle), 1, 0, 0]. |
1426 | 1422 |
|
1427 | 1423 | <dt> <code class=css>skewX(<angle>)</code> |
1428 | 1424 |
|
|
0 commit comments