--- a/css3-transforms/Transforms.src.html
+++ b/css3-transforms/Transforms.src.html
@@ -799,17 +799,21 @@ div {
In order to improve the integration of SVG and HTML, this specification makes these SVG attributes
'presentation attributes' and makes the 'transform' property one that applies to transformable elements in the SVG namespace.
This specification will also introduce the new presentation attributes 'transform-origin',
'perspective', 'perspective-origin',
'transform-style' and 'backface-visibility'.
- All new introduced presentation attributes are animatable.
+
+ Values on new introduced presentation attributes get parsed following the syntax rules on SVG Data Types. + All new introduced presentation attributes are animatable.
transform' attribute specificitySince the previously named SVG attributes become presentation attributes, their participation in the CSS
cascade is determined by the specificity of presentation attributes, as
explained
in the SVG specification.
@@ -873,17 +877,17 @@ div {
optional whitespace followed by a right parenthesis. If a function takes more than one argument, the
arguments are either separated by a comma (‘,’) with optional whitespace characters before and after the comma,
or by one or more whitespace characters.
- Arguments of transform functions consist of data types in the sense of + Arguments on all new introduced presentation attributes consist of data types in the sense of CSS Values and Units Module. The definitions of data types in CSS Values and Units Module are enhanced as follows:
A translation-value or length can be a <number> without an unit identifier. In this case