Re: [whatwg] HTMLMediaElement.load()

2007-03-23 Thread Maciej Stachowiak
On Mar 23, 2007, at 3:20 PM, Ian Hickson wrote: On Fri, 23 Mar 2007, Anne van Kesteren wrote: How can load() be invoked when certain method calls have not yet returned? Most of the methods result in synchronous event dispatch, which can invoke further code. Why does it switch to the

Re: [whatwg] HTMLMediaElement.load()

2007-03-23 Thread Ian Hickson
On Fri, 23 Mar 2007, Maciej Stachowiak wrote: I would suggest adopting the states from the Apple proposal instead, where this state would correspond to UNINITIALIZED (starting a load would switch to LOADING state). Yeah, I'm planning on merging the two. (I don't think the Apple proposal,

Re: [whatwg] HTMLMediaElement.load()

2007-03-23 Thread Maciej Stachowiak
On Mar 23, 2007, at 4:37 PM, Ian Hickson wrote: On Fri, 23 Mar 2007, Maciej Stachowiak wrote: I would suggest adopting the states from the Apple proposal instead, where this state would correspond to UNINITIALIZED (starting a load would switch to LOADING state). Yeah, I'm planning on