Re: [whatwg] Unlimited pageStorage for App Cached web pages

2011-05-29 Thread Felix Halim
Hmm.. yes, I think "unlimited" is a bad word (I just use it because currently App Cache quota is unlimited). Let me explain my need for pageStorage in a different way: Suppose I have a web page and want to store it in an App Cache. This web page requires a few resources (.ccs, .js, images, etc..)

Re: [whatwg] Websockets: dropped packets? (Jonathan Chetwynd)

2011-05-29 Thread Harald Alvestrand
On 03/31/11 14:53, Bob Gezelter wrote: Jonathan, The WebSocket protocol currently presumes TCP as the underlying transport. TCP connections are an uninterrupted stream. If a packet is lost, the connection will be aborted. I do not believe that the TCP dependency is truly necessary or benefi

Re: [whatwg] Proposed simplification to Microdata

2011-05-29 Thread Michael[tm] Smith
Rob Crowther , 2011-05-29 20:36 +0100: > On 29/05/11 20:20, Guha wrote: > >Can you point me at the portion of the HTML 5 spec that allows link and > >meta to be used in the body? > > > It says it where the link and meta elements are defined: > > http://www.whatwg.org/specs/web-apps/current-work/m

Re: [whatwg] script element onerror event

2011-05-29 Thread Boris Zbarsky
On 5/29/11 11:08 AM, John J. Barton wrote: (I've not seen a "for" attribute on a script element. Is there any documentation on what it does?) http://www.idocs.com/tags/scripts/_SCRIPT_FOR.html sort of describes it. So does MSDN if you read carefully enough, but the latter's description is pre

Re: [whatwg] Unlimited pageStorage for App Cached web pages

2011-05-29 Thread Bjartur Thorlacius
On 5/28/11, Felix Halim wrote: > To summarize, the pageStorage offers "unlimited" storage for dynamic > content for the App Cached web pages. User agents may store expired pages for offline use. Internet Explorer and Firefox have 'Work offline' modes automatically enabled on complete disconnection

Re: [whatwg] Proposed simplification to Microdata

2011-05-29 Thread Rob Crowther
On 29/05/11 20:20, Guha wrote: Thank you. Can you point me at the portion of the HTML 5 spec that allows link and meta to be used in the body? It says it where the link and meta elements are defined: http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element

Re: [whatwg] Proposed simplification to Microdata

2011-05-29 Thread Guha
Thank you. Can you point me at the portion of the HTML 5 spec that allows link and meta to be used in the body? thanks, guha On Thu, May 26, 2011 at 6:15 PM, Tab Atkins Jr. wrote: > On Thu, May 26, 2011 at 12:02 PM, Guha wrote: > > We are trying to simplify statement of a fairly common thing

Re: [whatwg] script element onerror event

2011-05-29 Thread Mike Wilson
Mike Wilson wrote: John J. Barton wrote: Step 14 is unclear or incomplete however: " If the src attribute's value is the empty string or if it could not be resolved,..." Does this mean the error handler will be called in the ca

Re: [whatwg] script element onerror event

2011-05-29 Thread Mike Wilson
John J. Barton wrote: Step 14 is unclear or incomplete however: " If the src attribute's value is the empty string or if it could not be resolved,..." Does this mean the error handler will be called in the case of 4XX, 5XX, and

Re: [whatwg] script element onerror event

2011-05-29 Thread John J. Barton
On 5/29/2011 5:42 AM, Mike Wilson wrote: Hi John, This event is actually already speced, see #14 "fire a simple event named error at the element" in: http://www.whatwg.org/specs/web-apps/current-work/#prepare-a-script (and the onerror attribute is valid for all elements) Thanks. I stopped befor

Re: [whatwg] script element onerror event

2011-05-29 Thread Mike Wilson
Hi John, This event is actually already speced, see #14 "fire a simple event named error at the element" in: http://www.whatwg.org/specs/web-apps/current-work/#prepare-a-script (and the onerror attribute is valid for all elements) Best regards Mike Wilson John J. Barton wrote: > To allow optio