Skip to content

Commit 0c07176

Browse files
committed
Remove 'animateTransform' description from spec, like discussed on www-svg.
1 parent 0f5a3e8 commit 0c07176

2 files changed

Lines changed: 0 additions & 56 deletions

File tree

css3-transforms/Overview.html

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,6 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
290290

291291
<li><a href="#svg-attribute-name"><span class=secno>14.3. </span> The
292292
SVG ‘<code class=property>attributeName</code>’ attribute </a>
293-
294-
<li><a href="#svg-animateTransform-extension"><span class=secno>14.4.
295-
</span> The SVG ‘<code class=property>animateTransform</code>
296-
element </a>
297293
</ul>
298294

299295
<li><a href="#transform-functions"><span class=secno>15. </span> The
@@ -2348,32 +2344,6 @@ <h3 id=svg-attribute-name><span class=secno>14.3. </span> The SVG ‘<code
23482344
attribute, applying the scaling of the first animation and applying the
23492345
translation of the second animation one after the other.</p>
23502346
</div>
2351-
2352-
<h3 id=svg-animateTransform-extension><span class=secno>14.4. </span> The
2353-
SVG ‘<code class=property>animateTransform</code>’ element</h3>
2354-
2355-
<p> This specification introduces new transform functions that are not
2356-
supported by <a href="http://www.w3.org/TR/SVG/animate.html">SVG 1.1
2357-
Animation</a>. The SVG ‘<code class=css><a
2358-
href="http://www.w3.org/TR/SVG/animate.html#AnimateTransformElement">type</a></code>
2359-
attribute gets extended by all transform function types listed in <a
2360-
href="#two-d-transform-functions">2D Transform Functions</a>, <a
2361-
href="#three-d-transform-functions">3D Transform Functions</a> and <a
2362-
href="#svg-transform-functions">SVG Transform Functions</a>.
2363-
2364-
<p> The ‘<code class=property>from</code>’, ‘<code
2365-
class=property>by</code>’ and ‘<code class=property>to</code>
2366-
attributes take a value expressed using the same syntax that is available
2367-
for the given transform function following the <a
2368-
href="#svg-syntax">syntax of the SVG ‘<code
2369-
class=property>transform</code>’ attribute</a>.
2370-
2371-
<p> The ‘<code class=property>values</code>’ attribute of the ‘<code
2372-
class=property>animateTransform</code>’ element consists of a
2373-
semicolon-separated list of values, where each individual value is
2374-
expressed as described above for ‘<code class=property>from</code>’,
2375-
<code class=property>by</code>’ and ‘<code
2376-
class=property>to</code>’ attributes.</p>
23772347
<!-- ======================================================================================================= -->
23782348

23792349
<h2 id=transform-functions><span class=secno>15. </span> The Transform

css3-transforms/Transforms.src.html

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2153,32 +2153,6 @@ <h3 id="svg-attribute-name">
21532153
</p>
21542154
</div>
21552155

2156-
<h3 id="svg-animateTransform-extension">
2157-
The SVG 'animateTransform' element
2158-
</h3>
2159-
2160-
<p>
2161-
This specification introduces new transform functions that are not supported by <a
2162-
href="http://www.w3.org/TR/SVG/animate.html">SVG 1.1 Animation</a>. The SVG '<a
2163-
href="http://www.w3.org/TR/SVG/animate.html#AnimateTransformElement">type</a>'
2164-
attribute gets extended by all transform function types listed in <a
2165-
href="#two-d-transform-functions">2D Transform Functions</a>, <a
2166-
href="#three-d-transform-functions">3D Transform Functions</a> and <a
2167-
href="#svg-transform-functions">SVG Transform Functions</a>.
2168-
</p>
2169-
2170-
<p>
2171-
The 'from', 'by' and 'to' attributes take a value expressed using the same syntax
2172-
that is available for the given transform function following the <a
2173-
href="#svg-syntax">syntax of the SVG 'transform' attribute</a>.
2174-
</p>
2175-
2176-
<p>
2177-
The 'values' attribute of the 'animateTransform' element consists of a
2178-
semicolon-separated list of values, where each individual value is expressed as
2179-
described above for 'from', 'by' and 'to' attributes.
2180-
</p>
2181-
21822156
<!-- ======================================================================================================= -->
21832157

21842158
<h2 id="transform-functions">

0 commit comments

Comments
 (0)