Re: [whatwg] Session Management

2011-03-03 Thread Dave Kok
02-03-11 18:42:41 schreef Bjartur Thorlacius: On 3/2/11, Dave Kok upda...@davekok.net wrote: Op 02-03-11 13:16:11 schreef Bjartur Thorlacius: On 3/2/11, Dave Kok upda...@davekok.net wrote: Op 01-03-11 23:29:26 schreef Ian Hickson: On Thu, 25 Nov 2010, Dave Kok wrote: I am still faced with the

Re: [whatwg] Session Management

2011-03-03 Thread Dave Kok
Op 02-03-11 22:11:48 schreef Roger Hågensen: Method #3: The server (or serverside script, like PHP or similar) sends the following to the browser: header('HTTP/1.0 401 Unauthorized'); header('WWW-Authenticate: Close realm=My Realm'); *PS! the auth stuff is much longer here

Re: [whatwg] set input.value when input element has composition string

2011-03-03 Thread Makoto Kato
Hi, Niwa-san. On 2011/03/02 15:30, Ryosuke Niwa wrote: On Tue, Mar 1, 2011 at 5:18 PM, Makoto Kato m_k...@ga2.so-net.ne.jp mailto:m_k...@ga2.so-net.ne.jp wrote: On Safari 5, even if textbox has IME composition string, text into textbox can be replaced by DOM/script. But other

Re: [whatwg] Session Management

2011-03-03 Thread Roger Hågensen
On 2011-03-03 10:44, Dave Kok wrote: Op 02-03-11 22:11:48 schreef Roger Hågensen: Method #3: The server (or serverside script, like PHP or similar) sends the following to the browser: header('HTTP/1.0 401 Unauthorized'); header('WWW-Authenticate: Close realm=My Realm'); *PS! the

Re: [whatwg] set input.value when input element has composition string

2011-03-03 Thread Ryosuke Niwa
On Thu, Mar 3, 2011 at 7:47 PM, Makoto Kato m_k...@ga2.so-net.ne.jp wrote: Hi, Niwa-san. On 2011/03/02 15:30, Ryosuke Niwa wrote: You must have tested Chrome improperly. We currently have a bug in Chrome. To see the bug, open the attached test and type nihao with Chinese IME on Windows

Re: [whatwg] Session Management

2011-03-03 Thread Dave Kok
Op 03-03-11 12:17:22 schreef Roger Hågensen: On 2011-03-03 10:44, Dave Kok wrote: Op 02-03-11 22:11:48 schreef Roger Hågensen: Method #3: The server (or serverside script, like PHP or similar) sends the following to the browser: header('HTTP/1.0 401 Unauthorized');

Re: [whatwg] Proposal for canvas src to allow images with structured fallback

2011-03-03 Thread Anne van Kesteren
On Wed, 02 Mar 2011 19:56:54 +0100, Tab Atkins Jr. jackalm...@gmail.com wrote: Thoughts on the problem or the proposed solution presented here? Why not use object? It already works and avoids overloading canvas for something it was not designed for. -- Anne van Kesteren

[whatwg] Session Management

2011-03-03 Thread Dave Kok
Here is a more formal proposal for Session Management. Hoping to get more traction. SCOPE The proposal is restricted solely the HTML5 spec. Though in the rational HTTP and authentication are mentioned as by example. INTERFACE This proposal requests for an new interface to be added to HTML5

Re: [whatwg] Proposal for separating script downloads and execution

2011-03-03 Thread Boris Zbarsky
On 3/3/11 5:20 AM, Henri Sivonen wrote: Are there the known to be pages that users frequently encounter that create and set src on a large number of script nodes without inserting them? Not known to me, no. I've seen pages that create lots of scripts (one per each dynamic action they want

Re: [whatwg] Ongoing work on an editing commands (execCommand()) specification

2011-03-03 Thread Brett Zamir
On 3/4/2011 3:53 AM, Aryeh Gregor wrote: On Wed, Mar 2, 2011 at 8:27 PM, Brett Zamirbret...@yahoo.com wrote: In any case, spans with inline styles are much less likely to conflict with other styling I'm not sure what you mean by this. Functionally, in what way is span style=font-style:

[whatwg] Redirect handling for audio video

2011-03-03 Thread Aaron Colwell
Hi, I was looking at the resource fetch algorithmhttp://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#concept-media-load-resourcesection and fetching resources http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#fetch sections of the HTML5 spec to determine

Re: [whatwg] Improvement of the Application Cache

2011-03-03 Thread Michael Nordman
Sounds like there are at least two feature requests here... 1) Some way of not adding the 'master' entry to the cache. This is a common feature request, there's another thread about it specificially titled Application Cache for on-line sites. 2) The ability to add(), remove(), and enumerate()

Re: [whatwg] Proposal for separating script downloads and execution

2011-03-03 Thread Kyle Simpson
So, I'm just curious, what do the participants of this thread (and Ian, specifically) feel is the most productive next step? We have 3 or 4 proposals that have all garnered various support. We've had at least one browser-developer informing us on concerns with various aspects of each. I have,

Re: [whatwg] Proposal for separating script downloads and execution

2011-03-03 Thread Ian Hickson
On Thu, 3 Mar 2011, Kyle Simpson wrote: So, I'm just curious, what do the participants of this thread (and Ian, specifically) feel is the most productive next step? We have 3 or 4 proposals that have all garnered various support. We've had at least one browser-developer informing us on

Re: [whatwg] Ongoing work on an editing commands (execCommand()) specification

2011-03-03 Thread Aryeh Gregor
On Thu, Mar 3, 2011 at 4:03 PM, Brett Zamir bret...@yahoo.com wrote: Since span is meant to be a generic container with no inherent meaning or formatting of its own (except being understood as being of inline display), formatting a span without reference to class would be a pretty broad stroke

Re: [whatwg] Ongoing work on an editing commands (execCommand()) specification

2011-03-03 Thread Ryosuke Niwa
Great discussions! On Fri, Mar 4, 2011 at 4:53 AM, Aryeh Gregor simetrical+...@gmail.comwrote: On Wed, Mar 2, 2011 at 8:27 PM, Brett Zamir bret...@yahoo.com wrote: Maybe the use of non-CSS mode was for backward-compatibility with earlier versions or for easier overriding of styling in the

Re: [whatwg] Proposal for separating script downloads and execution

2011-03-03 Thread Kyle Simpson
So, I'm just curious, what do the participants of this thread (and Ian, specifically) feel is the most productive next step? We have 3 or 4 proposals that have all garnered various support. We've had at least one browser-developer informing us on concerns with various aspects of each. As with

Re: [whatwg] Proposal for separating script downloads and execution

2011-03-03 Thread Glenn Maynard
It seems like IE9 only fires onreadystatechange on scripts which aren't in the document when in quirks mode. If the HTML5 doctype is present, it'll still load scripts before inserting them into the document, but onreadystatechange doesn't seem to be fired. Can someone confirm? -- Glenn Maynard

Re: [whatwg] Improvement of the Application Cache

2011-03-03 Thread Joseph Pecoraro
Sounds related to Programmable HTTP Caching and Serving (formerly titled DataCache API): http://dev.w3.org/2006/webapi/DataCache/ [[[ This document defines APIs for off-line serving of requests to HTTP resources using static and dynamic responses. It extends the function of