Acts of Volition

Comments

Peter Rukavina -

This is indeed a promising development. Just this week I was wishing that there was standard way of video appearing on the web so that I could develop a mechanism that would like me click something like "Send this to my home media player" so that I could queue things for later watching on my home television. This sort of standardization will make this sort of thing a lot easier.

Willem -

Why invent new elements when the OBJECT tag fits the bill for all embedded media? The "only" issue with OBJECT is that it's not fully consistent across browsers.

Brad Griffith -

Willem: I believe the idea behind the new elements is that they'll have specialized javascript events related to the content they're presenting instead of the generic object tag. So, for example, video would have event handlers for play/pause, ff/rw, etc. The CTO of Opera talks a bit about this on a recent YUI Theater feature: http://yuiblog.com/blog/2007/03/05/browserwars/ He also mentions that Wikipedia appears to be learning toward standardizing on Ogg/Theora for video content, which would be a very nice boost for the format.

Brendan Eich -

Brad's right that object is too generic -- on that account, it lacks a standard DOM API, resulting in a mess of ActiveX-based scripting and NPRuntime or older alternative APIs. Narrowly typed semantic markup such as the video and audio tags improve usability for end-users and programmers. They also reduce attack surface.

/be

XINERGY -

Yes! Yes! Very much agreed. The concept is so simple, and makes so much sense. Implementation on a global scale is another story. But, what do I know?

Post a Comment: The <Video> Tag

Email addresses are not displayed with your comment and will not be shared.
Allowed tags are: <em>, <strong>, <code> and <a href="url">. All other tags will be displayed as plain text.