ACTION-3315: Add annotation to the spec to mention Web Animations spec
authorBrian Birtles <birtles@gmail.com>
Mon, 23 Jul 2012 13:26:22 -0700
changeset 192 072ddd3e8489
parent 191 a9f958ae5c06
child 193 2d98198e05bf
ACTION-3315: Add annotation to the spec to mention Web Animations spec
master/animate.html
--- a/master/animate.html	Thu Jun 28 18:06:37 2012 +0200
+++ b/master/animate.html	Mon Jul 23 13:26:22 2012 -0700
@@ -14,6 +14,45 @@
 
 <h1>Animation</h1>
 
+<div class="annotation">
+ <p>
+   SVG2 Requirements:
+ </p>
+ <ul>
+   <li>Support for non-negative speed on time containers</li>
+   <li>Support path-based animations of pairs of attributes</li>
+   <li>Define all explicitly undefined parts of the SVG 1.1 spec (wrt to to-animations)</li>
+   <li>Support motion animation of a specified speed</li>
+   <li>Apply the changes from SVG Tiny 1.2 Animations chapter</li>
+ </ul>
+ <p>
+   Resolution: Will be addressed in separate <a href="https://dvcs.w3.org/hg/FXTF/raw-file/tip/web-anim/index.html">Web Animations specification</a>.
+ </p>
+ <ul>
+   <li>
+    <a href="http://www.w3.org/2012/01/10-svg-irc#T05-49-00">SVG F2F Day 1</a>
+   </li>
+   <li>
+    <a href="http://www.w3.org/2011/12/08-svg-irc#T20-53-32">2011-12-08 Telcon</a>
+   </li>
+   <li>
+    <a href="http://www.w3.org/2012/01/10-svg-irc#T05-09-32">SVG F2F Day 1</a>
+   </li>
+   <li>
+    <a href="http://www.w3.org/2012/01/13-svg-irc#T23-16-28">SVG F2F Day 4</a>
+   </li>
+   <li>
+    <a href="http://www.w3.org/2012/03/08-svg-irc#T21-18-10">2012-03-08 Telcon</a>
+   </li>
+ </ul>
+ <p>
+   Purpose: Improve animation features of SVG 2.
+ </p>
+ <p>
+   Owner: Brian Birtles
+ </p>
+</div>
+
 <div class="ready-for-wg-review">
 <h2 id="Introduction">Introduction</h2>