Re: [whatwg] HTMLMediaElement load and autoplay

2008-07-08 Thread Ian Hickson
On Thu, 3 Jul 2008, Philip J�genstedt wrote: OK, so in that case I suppose the requirement is to call load() sometime during the parsing phase. This probably implies that the loadstart event must be fired on all media elements before the load event is fired on the owner document. Yes,

[whatwg] HTMLMediaElement load and autoplay

2008-07-02 Thread Philip Jägenstedt
Keeping video discussion on the whatwg list as Firefox and Apple implementors seem to be listening here... I have some issues with the load method and when it is invoked. http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#load As far as I can see, there are 6 distinct ways

Re: [whatwg] HTMLMediaElement load and autoplay

2008-07-02 Thread Ian Hickson
On Wed, 2 Jul 2008, Philip J�genstedt wrote: It is not clear if the user agent should automatically invoke the load method on media elements which are in the document's static markup. ��Is it supposed to be implied by media element ... inserted into a document? Yes. The parser can be

Re: [whatwg] HTMLMediaElement load and autoplay

2008-07-02 Thread Philip Jägenstedt
On Wed, 2008-07-02 at 15:53 +, Ian Hickson wrote: On Wed, 2 Jul 2008, Philip Jgenstedt wrote: It is not clear if the user agent should automatically invoke the load method on media elements which are in the document's static markup. Is it supposed to be implied by media element