- From: Chris Adams <chris@chrisadams.biz>
- Date: Sun, 25 Mar 2007 16:15:00 -0400
The browser could control this, yes; however I believe that the browser should really be as transparent as possible as to not be a limiting factor in development. there can always be browser defaults that take over, but by allowing authors the ability to override the browsers controls will allow for the flexibility of a) allowing for disabled controls (perhaps disabling fast-forward for training videos) b) scripted controls (automatically pausing at various points ) c) it allows for cross-browser standardization. On 3/25/07, Elliotte Harold <elharo at metalab.unc.edu> wrote: > > Chris Adams wrote: > > 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> > > > > Why should the page be specifying the controls? Shouldn't this be up to > the browser? > > -- > Elliotte Rusty Harold elharo at metalab.unc.edu > Java I/O 2nd Edition Just Published! > http://www.cafeaulait.org/books/javaio2/ > http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/ > -- 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/20070325/962f5fce/attachment.htm>
Received on Sunday, 25 March 2007 13:15:00 UTC