Re: [whatwg] preload="none" and HTMLMediaElement.load()

2015-07-07 Thread Brian Birtles
On 2015/07/06 20:44, Philip Jägenstedt wrote: It's unfortunate that load() means anything more than to run the media element load algorithm, but it's not crazy that load() actually load something, so I agree that we should spec this behavior somehow. Can you file a spec bug at https://whatwg.org/

Re: [whatwg] preload="none" and HTMLMediaElement.load()

2015-07-06 Thread Philip Jägenstedt
On Wed, Jun 17, 2015 at 2:55 AM, Brian Birtles wrote: > The HTMLMediaElement.load()[1] method currently cancels playback of the > current resource and runs the resource selection algorithm[2] (and in turn > the resource fetch algorithm[3]). When preload="none", however, the resource > fetch algori

[whatwg] preload="none" and HTMLMediaElement.load()

2015-06-16 Thread Brian Birtles
The HTMLMediaElement.load()[1] method currently cancels playback of the current resource and runs the resource selection algorithm[2] (and in turn the resource fetch algorithm[3]). When preload="none", however, the resource fetch algorithm doesn't require the UA to load data or progress to HAVE