[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] The iframe element and sandboxing ideas

2008-07-02 Thread Mike Ter Louw
Ian Hickson wrote: * I've added a seamless= boolean attribute to iframe, which, if the content's active document's URI has the same origin as the container, causes the iframe to size vertically to the bounding box of the contents, and horizontally to the width of the container, and

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