[whatwg] <video> element feedback

Shadow2531 shadow2531 at gmail.com
Wed Mar 21 03:34:55 PDT 2007


On 3/20/07, Christoph Päper <christoph.paeper at crissov.de> wrote:
> Maybe it is a stupid idea, but is something like the following
> imaginable to make a XHTML5 browser display inline video with a basic
> UI without the need for scripting?
>
>    <form method="MEDIA">
>      <video src="pretty.ogg"/>
>      <button type="play"/>
>    </form>

I thought about this myself.

My thought looked like this:

<form action="video:" target="video element id">
<input type="button" name="play">
</form>

However, my thought would abuse a possible video: protocol and make
input or button or forms in general even more complicated.

I don't think implementors would be interested in hacking up forms
this way, but I could be wrong.

-- 
burnout426


More information about the whatwg mailing list