- From: Chris Adams <chris@chrisadams.biz>
- Date: Tue, 20 Mar 2007 18:39:21 -0500
Actually that sounds like a splendid idea to me. although I am not sure about using the form tag. what about something like? <video src='some_file.ogg'> <button type='rewind' /> <button type='playpause' /> <button type='stop' /> <button type='fastforward' /> </video> On 3/20/07, Christoph P?per <christoph.paeper at crissov.de> wrote: > > H?kon Wium Lie: > > Also sprach Martin Atkins: > > > >> If video is going to be considered a first-class citizen, I argue > >> that > >> this needs to be possible for video as well: > >> <video src="pretty.ogg">...</video> > > > > Right. I think I agree with you. Perhaps we can encourage implementors > > to add a simplistic UI in case none has been specified? On the > > right-click menu or somewhere where it doesn't take up space? > > 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> > > -- Chris at tuesdaybegins.com http://www.tuesdaybegins.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20070320/22eb27a9/attachment.htm>
Received on Tuesday, 20 March 2007 16:39:21 UTC