Adding annotations for the playbackOrder and timelineBegin attributes
authorCyril Concolato <cyril.concolato@telecom-paristech.fr>
Tue, 21 Aug 2012 14:49:44 +0200
changeset 338 a85a2aa7b81e
parent 337 614119d6323c
child 339 b75a5b203063
Adding annotations for the playbackOrder and timelineBegin attributes
master/struct.html
--- a/master/struct.html	Tue Aug 21 10:59:29 2012 +0200
+++ b/master/struct.html	Tue Aug 21 14:49:44 2012 +0200
@@ -342,6 +342,30 @@
       <span class="attr-value">"forwardOnly" | "all"</span>
     </dt>
     <dd>
+
+    <div class="annotation requirement">
+     <table>
+      <tr>
+       <th>SVG 2 Requirement:</th>
+       <td>Should support the playbackOrder attribute to inform UA to not display controls to seek backwards.</td>
+     </tr>
+     <tr>
+       <th>Resolution:</th>
+       <td><a href="http://www.w3.org/2012/03/29-svg-irc#T20-39-02">Support the playbackOrder attribute.</a></td>
+     </tr>
+     <tr>
+       <th>Purpose:</th>
+       <td>To inform UA to not display controls to seek backwards.</td>
+     </tr>
+     <tr>
+       <th>Owner:</th>
+       <td>Cyril</td>
+     </tr>
+    </table>
+   </div>
+
+   <div class="annotation">This attribute may be harmonized and/or replaced with the work done as part of the <a href="https://dvcs.w3.org/hg/FXTF/raw-file/tip/web-anim/index.html">Web Animation specification</a>.</div>
+
       <p>
         Indicates whether it is possible to seek backwards in the document. In
         earlier versions of SVG there was no need to put restrictions on the
@@ -383,6 +407,29 @@
       <span class="attr-value">"onLoad" | "onStart"</span>
     </dt>
     <dd>
+     <div class="annotation requirement">
+      <table>
+       <tr>
+        <th>SVG 2 Requirement:</th>
+        <td>Support a means for having SMIL animations start before their time container has fully loaded.</td>
+      </tr>
+      <tr>
+        <th>Resolution:</th>
+        <td><a href="http://www.w3.org/2012/03/29-svg-irc#T20-23-57">Timeline control.</a></td>
+      </tr>
+      <tr>
+        <th>Purpose:</th>
+        <td>To start animations before the SVG document is fully loaded (useful for large SVG documents).</td>
+      </tr>
+      <tr>
+        <th>Owner:</th>
+        <td>Cyril</td>
+      </tr>
+     </table>
+    </div>
+
+    <div class="annotation">This attribute may be harmonized and/or replaced with the work done as part of the <a href="https://dvcs.w3.org/hg/FXTF/raw-file/tip/web-anim/index.html">Web Animation specification</a>.</div>
+
       <p>
         Controls the initialization of the timeline for the document.
       </p>