diff -r f76d49b98a1c css3-transforms/Transforms.src.html --- a/css3-transforms/Transforms.src.html Tue Mar 13 11:19:47 2012 -0700 +++ b/css3-transforms/Transforms.src.html Tue Mar 13 11:39:25 2012 -0700 @@ -1626,22 +1626,16 @@ would cause elements to appear rotated one-quarter of a turn in the clockwise direction.
- skew(<angle>[, <angle>]) -
-
- specifies a 2D skew by [ax,ay] for X and Y. If the second parameter is not provided, it is has a zero value. -
-
skewX(<angle>)
- specifies a 2D skew transformation along the X axis by the given angle. The skew vector is [ax,0]. + specifies a 2D skew transformation along the X axis by the given angle.
skewY(<angle>)
- specifies a 2D skew transformation along the Y axis by the given angle. The skew vector is [0,ay]. + specifies a 2D skew transformation along the Y axis by the given angle.
@@ -1772,7 +1766,7 @@