[whatwg] <video> element proposal

Anne van Kesteren annevk at opera.com
Wed Feb 28 05:47:56 PST 2007


Hi,

Opera has some internal expiremental builds with an implementation of a  
<video> element. The element exposes a simple API (for the moment) much  
like the Audio() object:

   play()
   pause()
   stop()

The idea is that it works like <object> except that it has special <video>  
semantics much like <img> has image semantics. In markup you could prolly  
use it as follows:

  <figure>
    <video src=news-snippet.ogg>
      ...
    </video>
    <legend>HTML5 in BBC News</legend>
  </figure>

I attached a proposal for the element and as you can see there are still  
some open issues. The element and its API are of course open for debate.  
We're not enforcing this upon the world ;-)

Cheers,


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: video-element.txt
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20070228/6a0cdddc/attachment-0001.txt>


More information about the whatwg mailing list