diff --git a/css3-transforms/Transforms.src.html b/css3-transforms/Transforms.src.html --- a/css3-transforms/Transforms.src.html +++ b/css3-transforms/Transforms.src.html @@ -1604,18 +1604,18 @@ div {

The Transform Functions

The value of the transform property is a - list of <transform-functions> applied in the order provided. The - set of allowed transform functions is given below. In this list the + list of <transform-functions>. The + set of allowed transform functions is given below. For <transform-functions> the type <translation-value> is defined as a <length> or <percentage> value, and the <angle> type is defined by CSS Values and Units Module. Wherever <angle> is used in this specification, a <number> that is equal to zero is also allowed, which is treated the same as an angle of zero degrees.

2D Transform Functions

@@ -1761,21 +1761,21 @@ div { pronounced perspective effect. For example, a value of 1000px gives a moderate amount of foreshortening and a value of 200px gives an extreme amount. The value for depth must be greater than zero, otherwise the function is invalid. -

- Transform Values and Lists +

+ The Transform Function Lists

- The <translation-value> values are defined as [<percentage> | <length>]. All other value types are described as CSS types. If a list of transforms is provided, then the net effect is as if each transform had been specified separately in the order provided. For example, + If a list of <transform-functions> is provided, then the net effect is as if each transform function had been specified separately in the order provided. For example,

 <div style="transform:translate(-10px,-20px) scale(2) rotate(45deg) translate(5px,10px)"/>
 

is functionally equivalent to: