Re: [whatwg] Web Storage, Editor's Draft 20 August 2010 - Request for enhancement

2010-09-16 Thread Jeremy Orlow
On Wed, Sep 15, 2010 at 12:47 AM, Eric Uhrhane er...@google.com wrote: On Tue, Sep 14, 2010 at 4:30 PM, Jim Williams jgwilli...@mindspring.com wrote: I see localStorage and sessionStorage as a chance to fix things that weren't so good with cookies. So I'd be interested to know what

Re: [whatwg] Video with MIME type application/octet-stream

2010-09-16 Thread Mikko Rantalainen
2010-09-13 16:44 EEST: Roger Hågensen: On 2010-09-13 15:03, Mikko Rantalainen wrote: And why do we need this? Because web servers are not behaving correctly and are sending incorrect Content-Type headers? What makes you believe that BINID will not be incorrectly used? Because if they add a

Re: [whatwg] Stream API feedback

2010-09-16 Thread Jonathan Dixon
On 15 September 2010 09:26, Nicklas Sandgren nicklas.sandg...@ericsson.comwrote: Hello, A typical video chat application would contain some view finder code similar to the example in the Working Draft document: On a related note, another requirement for a view finder window in a chat

Re: [whatwg] Video with MIME type application/octet-stream

2010-09-16 Thread Roger Hågensen
On 2010-09-16 15:17, Mikko Rantalainen wrote: 2010-09-13 16:44 EEST: Roger Hågensen: On 2010-09-13 15:03, Mikko Rantalainen wrote: And why do we need this? Because web servers are not behaving correctly and are sending incorrect Content-Type headers? What makes you believe that BINID will

[whatwg] Media resource fetch algorithm reporting failure

2010-09-16 Thread Chris Pearce
In the media element resource fetch algorithm [1], there's this step: quote If the media data http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#media-data cannot be fetched at all, due to network errors, causing the user agent to give up trying to fetch the resource

Re: [whatwg] Media resource fetch algorithm reporting failure

2010-09-16 Thread Chris Pearce
Ah I see that we will fire an error event when we return to the resource selection algorithm in this case, since we didn't abort the resource selection algorithm. Never mind! Chris P. On 16/09/2010 3:48 p.m., Chris Pearce wrote: In the media element resource fetch algorithm [1], there's