Re: [whatwg] Some likeness of DOM Session scope

2005-09-08 Thread Robert Sayre
Ian Hickson wrote: I looked at this but could not immediately work out how to leverage this idea in the context of HTML5, unfortunately. Do you know if any work is being done on POEs still? I'd be surprised if Mark (the author) didn't want to move forward with it. There are some related

[whatwg] Unsafe SGML minimizations

2005-09-08 Thread Henri Sivonen
I think the text/html flavor of HTML5 should not allow the following SGML minimization features (which are theoretically allowed in HTML 4), because each of them causes problems in at least one of Opera, Firefox and Safari. * * / * tagc omission ie. foobar.../bar/foo * foo/bar/ *

[whatwg] White space between attributes

2005-09-08 Thread Henri Sivonen
Unlike XML, SGML allows the omission of white space before the name of an attribute if there is delimiter (ie. quote) before that. That is p id=fooclass=bar is OK. Windows IE 6, Mac IE 5.2.3, Opera 8.10, Deer Park trunk and Safari 1.3 all support the omission of white space after quoted

Re: [whatwg] Unsafe SGML minimizations

2005-09-08 Thread Ian Hickson
On Thu, 8 Sep 2005, Henri Sivonen wrote: I think the text/html flavor of HTML5 should not allow the following SGML minimization features (which are theoretically allowed in HTML 4), because each of them causes problems in at least one of Opera, Firefox and Safari. * * / Agreed. Those

Re: [whatwg] Unsafe SGML minimizations

2005-09-08 Thread Henri Sivonen
On Sep 8, 2005, at 17:26, Ian Hickson wrote: On Thu, 8 Sep 2005, Henri Sivonen wrote: I think the text/html flavor of HTML5 should not allow the following SGML minimization features (which are theoretically allowed in HTML 4), because each of them causes problems in at least one of Opera,

Re: [whatwg] Unsafe SGML minimizations

2005-09-08 Thread Ian Hickson
On Thu, 8 Sep 2005, Henri Sivonen wrote: On Sep 8, 2005, at 17:26, Ian Hickson wrote: On Thu, 8 Sep 2005, Henri Sivonen wrote: I think the text/html flavor of HTML5 should not allow the following SGML minimization features (which are theoretically allowed in HTML 4), because each

Re: [whatwg] Unsafe SGML minimizations

2005-09-08 Thread Henri Sivonen
On Sep 8, 2005, at 19:03, Ian Hickson wrote: On Thu, 8 Sep 2005, Henri Sivonen wrote: On Sep 8, 2005, at 17:26, Ian Hickson wrote: On Thu, 8 Sep 2005, Henri Sivonen wrote: * tagc omission ie. foobar.../bar/foo Well we have to define what that does, and the most obvious error handling

Re: [whatwg] some feedback on Web Apps 1.0 client-side storage

2005-09-08 Thread Erik Arvidsson
Ian Hickson wrote: On Thu, 1 Sep 2005, Robert O'Callahan wrote: 3.4.2 DOM Node objects browser DOM nodes often have state that isn't apparent in the DOM --- e.g., the contents of a canvas, or the state of form controls. Please clarify that this state is not restored and ONLY the listed

Re: [whatwg] some feedback on Web Apps 1.0 client-side storage

2005-09-08 Thread Ian Hickson
On Fri, 9 Sep 2005, Erik Arvidsson wrote: Ian Hickson wrote: On Thu, 1 Sep 2005, Robert O'Callahan wrote: 3.4.2 DOM Node objects browser DOM nodes often have state that isn't apparent in the DOM --- e.g., the contents of a canvas, or the state of form controls. Please clarify that

Re: [whatwg] some feedback on Web Apps 1.0 client-side storage

2005-09-08 Thread Ian Hickson
On Thu, 8 Sep 2005, Robert O'Callahan wrote: On 08/09/05, Ian Hickson [EMAIL PROTECTED] wrote: On Thu, 1 Sep 2005, Robert O'Callahan wrote: 3.4.2 DOM Node objects browser DOM nodes often have state that isn't apparent in the DOM --- e.g., the contents of a canvas, or the state of

Re: [whatwg] some feedback on Web Apps 1.0 client-side storage

2005-09-08 Thread Robert O'Callahan
On 09/09/05, Ian Hickson [EMAIL PROTECTED] wrote: Ok, how about now? :-)Great. I have added text about this to the sessionStorage and globalStorage sections. (Short answer: sessionStorage: only when the window is closed or when you run out of disk space; globalStorage: only when the user says