Re: [whatwg] AppCache-related e-mails

2011-06-30 Thread Felix Halim
On Fri, Jul 1, 2011 at 12:40 AM, timeless wrote: > It's possible to build a main page so that it can update its content > using a subresource. You can use iframes, javascript (including json), > xmlhttprequests, or other things to do this. Those are another option besides using localStorage. Agai

Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-06-30 Thread Adam Malcontenti-Wilson
@acolwell: Is the appendData method one your suggesting or one already specified/existing? @robert: Some problems with concept of blobs being appended to, or as I have previously described as "Streaming Blobs" was mentioned at http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-June/032221.ht

Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-06-30 Thread Robert O'Callahan
On Fri, Jul 1, 2011 at 4:59 AM, Aaron Colwell wrote: > I've also been looking at the WebRTC MediaStream API and was wondering if > it > makes more sense to create an object similar to the LocalMediaStream > object. > This has the benefits of unifying how media streams are handled independent > of

Re: [whatwg] Using footer in blockquote for attribution

2011-06-30 Thread Aryeh Gregor
On Thu, Jun 30, 2011 at 11:50 AM, Oli Studholme wrote: > >  [block quote] >  — [title of work] > This is incorrect according to the current definition of . > Footer definition: >  “The footer element represents a footer for its nearest ancestor > sectioning content or sectioning root element.

[whatwg] Extending HTML 5 video for adaptive streaming

2011-06-30 Thread Aaron Colwell
Hi, I've been working on an adaptive streaming prototype that uses JavaScript to fetch chunks of media and feeds them to the video tag for decoding. The idea is to let the adaptation algorithm and CDN interactions happen in JavaScript so that they can evolve without the need for browser changes. I

Re: [whatwg] AppCache-related e-mails

2011-06-30 Thread timeless
It's possible to build a main page so that it can update its content using a subresource. You can use iframes, javascript (including json), xmlhttprequests, or other things to do this. Nothing requires you to have a monolythic main page which is incapable of dynamically updating itself. ... If I v

Re: [whatwg] AppCache-related e-mails

2011-06-30 Thread Bjartur Thorlacius
Ask HTTP implementors to store a potentially stale fallback copy for offline use when an authoritative copy is unavailable. Even HTTP caches are allowed to return stale responses as long as they warn their clients (so they can warn their clients or fetch an authoritative copy via another route). Br

[whatwg] Using footer in blockquote for attribution

2011-06-30 Thread Oli Studholme
Hi All, Over at http://html5doctor.com we’ve been using this pattern when quoting e.g. from the HTML5 spec: [block quote] — [title of work] I wrote about our use of blockquote and footer in http://html5doctor.com/blockquote-q-cite/ recently, which lead to http://www.w3.org/Bugs/Public/show