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 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.
- 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: