@@ -1148,15 +1148,14 @@ <h3 id=svg-syntax><span class=secno>7.2. </span>Syntax of the SVG ‘<a
11481148
11491149 < h4 id =svg-transform-list > < span class =secno > 7.2.1. </ span > Transform List</ h4 >
11501150
1151- < p > The value for the ‘< a href ="#effects "> < code class = css > < code
1152- class =property > transform</ code > </ code > </ a > ’ attribute consists of a
1151+ < p > The value for the ‘< a href ="#effects "> < code
1152+ class =property > transform</ code > </ a > ’ attribute consists of a
11531153 transform list with zero or more transform functions using < a
11541154 href ="#svg-functional-notation "> functional notation</ a > . If the transform
11551155 list consists of more than one transform function, these functions are
1156- separated by either a comma (‘< code class =css > ,</ code > ’) with optional
1157- whitespace characters before and after the comma, or by one or more
1158- whitespace characters. The transform list can have optional whitespace
1159- characters before and after the list.
1156+ separated by optional whitespace, an optional comma (‘< code
1157+ class =css > ,</ code > ’) and optional whitespace. The transform list can
1158+ have optional whitespace characters before and after the list.
11601159
11611160 < h4 id =svg-functional-notation > < span class =secno > 7.2.2. </ span > Functional
11621161 Notation</ h4 >
@@ -1947,8 +1946,7 @@ <h2 id=transform-functions><span class=secno>13. </span> The Transform
19471946 < p > The value of the < a href ="#effects "> < code
19481947 class =property > transform</ code > </ a > property is a list of
19491948 < var > <transform-functions></ var > applied in the order provided. The
1950- individual transform functions are separated by whitespace. The set of
1951- allowed transform functions is given below. In this list the type
1949+ set of allowed transform functions is given below. In this list the type
19521950 < var > <translation-value></ var > is defined as a
19531951 < var > <length></ var > or < var > <percentage></ var > value, and the
19541952 < var > <angle></ var > type is defined by < a
0 commit comments