Re: [whatwg] Adding and removing media source elements

2009-02-23 Thread Ian Hickson
On Tue, 3 Feb 2009, Philip J�genstedt wrote: On Tue, 03 Feb 2009 05:44:07 +0100, Ian Hickson i...@hixie.ch wrote: On Tue, 3 Feb 2009, Chris Pearce wrote: (2) Why don't we invoke load() whenever a media element's src attribute or source children are changed, regardless of

Re: [whatwg] Adding and removing media source elements

2009-02-03 Thread Philip Jägenstedt
On Tue, 03 Feb 2009 05:44:07 +0100, Ian Hickson i...@hixie.ch wrote: On Tue, 3 Feb 2009, Chris Pearce wrote: (2) Why don't we invoke load() whenever a media element's src attribute or source children are changed, regardless of networkState? That way changes to the media's src/source other

[whatwg] Adding and removing media source elements

2009-02-02 Thread Chris Pearce
I want to clarify something about media's child source element... In the source element spec [ http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#the-source-element ] it says: If a source element is inserted into a media element that is already in a document and whose

Re: [whatwg] Adding and removing media source elements

2009-02-02 Thread Ian Hickson
On Tue, 3 Feb 2009, Chris Pearce wrote: (1) Should removing a media element's child source element while the networkState is NETWORK_EMPTY cause the load() algorithm to be invoked? This would match the behviour of removing the media element's src attribute when networkState is