You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-transforms/Transforms.src.html
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -662,7 +662,7 @@ <h2 id="transform-property">
662
662
list of <ahref="#transform-functions">transform functions</a>. The
663
663
final transformation value for a coordinate system is obtained by converting
664
664
each function in the list to its corresponding matrix like defined in <ahref="#mathematical-description">Mathematical
665
-
Description of Transformation Functions</a>, then multiplying the matrices.
665
+
Description of Transform Functions</a>, then multiplying the matrices.
666
666
</p>
667
667
<tableclass="propdef">
668
668
<tbody>
@@ -866,7 +866,7 @@ <h3 id="svg-gradient-transform-pattern-transform">The SVG 'gradientTransform' an
866
866
the SVG '<codeclass="property">transform</code>' attribute. This specification does not introduce corresponding CSS style properties. Both, the 'gradientTransform' and the 'patternTransform' attribute, are presentation attributes for the 'transform' property.
This specification introduces new transform functions that are not supported by <ahref="http://www.w3.org/TR/SVG/animate.html">SVG 1.1 Animation</a>. The
1040
1040
SVG '<ahref="http://www.w3.org/TR/SVG/animate.html#AnimateTransformElement"><codeclass="property">type</code></a>' attribute gets extended by all
1041
-
transform functions listed in <ahref="#two-d-transform-functions">2D Transformation Functions</a>,
1042
-
<ahref="#three-d-transform-functions">3D Transformation Functions</a> and <ahref="#svg-transformation-functions">SVG
1043
-
Transformation Functions</a>.
1041
+
transform functions listed in <ahref="#two-d-transform-functions">2D Transform Functions</a>,
1042
+
<ahref="#three-d-transform-functions">3D Transform Functions</a> and <ahref="#svg-transform-functions">SVG
0 commit comments