- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Tue, 21 Aug 2012 05:57:32 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/a85a2aa7b81e branches: changeset: 338:a85a2aa7b81e user: Cyril Concolato <cyril.concolato@telecom-paristech.fr> date: Tue Aug 21 14:49:44 2012 +0200 description: Adding annotations for the playbackOrder and timelineBegin attributes diffstat: master/struct.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) diffs (84 lines): diff --git a/master/struct.html b/master/struct.html --- a/master/struct.html +++ b/master/struct.html @@ -337,16 +337,40 @@ information, refer to the <a href="http: See <span class="attr"><a href="interact.html#ZoomAndPanAttribute">'zoomAndPan'</a></span>. </p> </dd> <dt id="SVGElementPlaybackOrderAttribute"> <span class="adef">playbackOrder</span> = <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 direction of seeking but with the newly introduced facilities for long-running documents (e.g. the <a href="#DiscardElement"> <span class="element-name">'discard'</span></a> element) there is sometimes a need to restrict this. </p> @@ -378,16 +402,39 @@ information, refer to the <a href="http: </p> <p class="anim-target"><a href="animate.html#Animatable">Animatable</a>: no.</p> </dd> <dt id="SVGElementTimelineBeginAttribute"> <span class="adef">timelineBegin</span> = <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> <p> The <a href="#SVGElement"><span class="element-name">'svg'</span></a> element controls the <em>document timeline</em>, which is the timeline of the <a href="#SVGElement"><span class="element-name">'svg'</span></a> element's time container. For progressively loaded animations, the author
Received on Tuesday, 21 August 2012 12:58:40 UTC