Re: [whatwg] MediaController feedback

2012-09-17 Thread Ian Hickson
On Tue, 28 Aug 2012, Jer Noble wrote: > On Aug 27, 2012, at 5:02 PM, Ian Hickson wrote: > >> > >> With JavaScript, it's certainly possible for a page author to play() > >> or pause() a slaved media element directly, but that author could > >> just as easily remove the media element from the med

Re: [whatwg] MediaController feedback

2012-08-28 Thread Jer Noble
On Aug 27, 2012, at 5:02 PM, Ian Hickson wrote: >> With JavaScript, it's certainly possible for a page author to play() or >> pause() a slaved media element directly, but that author could just as >> easily remove the media element from the media group / media controller. >> >>> [...] >>> >>

Re: [whatwg] MediaController feedback

2012-08-27 Thread Ian Hickson
On Tue, 5 Jun 2012, Jer Noble wrote: > >> > >> The overall purpose of the modifications is to achieve the following: > >> when controller.play() is called, all slaved media elements > >> unconditionally will begin playing. > > > > I don't think this is a good idea. If the user has paused one of

Re: [whatwg] MediaController feedback

2012-06-05 Thread Jer Noble
On Jun 5, 2012, at 3:02 PM, Ian Hickson wrote: > On Mon, 4 Jun 2012, Jer Noble wrote: >> >> This too looks good. We already store the results when we report the >> controller state, so at a first glance, exposing this property will be >> trivial. > > Make sure you're setting the attribute a

Re: [whatwg] MediaController feedback

2012-06-05 Thread Ian Hickson
On Mon, 4 Jun 2012, Jer Noble wrote: > > This too looks good. We already store the results when we report the > controller state, so at a first glance, exposing this property will be > trivial. Make sure you're setting the attribute at the right time. There's some careful jumping through hoop

Re: [whatwg] MediaController feedback

2012-06-04 Thread Jer Noble
On Jun 4, 2012, at 5:12 PM, Ian Hickson wrote: > On Wed, 2 Nov 2011, Jer Noble wrote: >> >> I'm currently working on implementing MediaController in WebKit >> , and have a couple >> pieces of feedback from an implementor's POV: >> >> * MediaCont

Re: [whatwg] MediaController feedback

2012-06-04 Thread Ian Hickson
On Wed, 2 Nov 2011, Jer Noble wrote: > > I'm currently working on implementing MediaController in WebKit > , and have a couple > pieces of feedback from an implementor's POV: > > * MediaController Playback State and Ready State > > The spec define

Re: [whatwg] MediaController feedback

2011-11-02 Thread Silvia Pfeiffer
Hi Jer, Feedback just on one component of your request: readyState. The suggestion of introducing a readyState IDL attribute on the MediaController was rejected previously: http://www.w3.org/Bugs/Public/show_bug.cgi?id=12547 . You might want to reopen that bug and reply to the rejection reason th

[whatwg] MediaController feedback

2011-11-02 Thread Jer Noble
Hi, I'm currently working on implementing MediaController in WebKit , and have a couple pieces of feedback from an implementor's POV: * MediaController Playback State and Ready State The spec defines both a "most recently reported readiness state"