ISSUE-2061 (video interfaces): play, stop, pause, resume on video [Last Call: SVG 1.2 Tiny ]

ISSUE-2061 (video interfaces): play, stop, pause, resume on video [Last Call: SVG 1.2 Tiny ]

http://www.w3.org/Graphics/SVG/WG/track/issues/2061

Raised by: Doug Schepers
On product: Last Call: SVG 1.2 Tiny 

Philippe Le Hegaret
<http://lists.w3.org/Archives/Public/www-svg/2008Sep/0076.html>:
[[
I've been playing with an HTML/JS/SVG demo to demonstrate the support of
video and noticed something awkward in the SVG 1.2 Tiny specification.

HTML 5 video supports play() and pause() (and stop() I think but it
doesn't seem to be listed there?).

SVG 1.2 has beginElement(), pauseElement(), resumeElement(),
endElement(), and those four functions are defined in two different
interfaces (one inherits from the other).

I understand that it's quite late to ask for the methods to be renamed
in SVG 1.2 Tiny (especially since those methods were defined by SMIL
anyway) but, speaking from the point of a user, a note next to the
ElementTimeControl interface pointing to the SVGTimedElement for further
functions might be helpful.
]]

Received on Friday, 19 September 2008 17:45:56 UTC