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 @@ -777,19 +777,18 @@ div { the attribute only.
The value for the 'transform' attribute consists of a transform list with zero or more transform functions
using functional notation. If the transform list consists of more than one transform function,
- these functions are separated by either a comma (‘,’) with optional whitespace characters
- before and after the comma, or by one or more whitespace characters. The transform list can have
- optional whitespace characters before and after the list.
+ these functions may be separated by optional whitespace, an optional comma (‘,’) followed by optional whitespace.
+ The transform list can have optional whitespace characters before and after the list.
The syntax starts with the name of the function followed by optional whitespace characters followed by a left parenthesis followed by optional whitespace followed by the argument(s) to the notation followed by optional whitespace followed by a right parenthesis. If a function takes more than one argument, the @@ -1584,17 +1583,16 @@ div {
The value of the transform property is a
list of <transform-functions> applied in the order provided. The
- individual transform functions are separated by whitespace. The
set of allowed transform functions is given below. In this list 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.