Re: [whatwg] onclose events for MessagePort

2013-10-30 Thread Ian Hickson
On Tue, 29 Oct 2013, Ian Hickson wrote: Consider these three scenarios: A. Page Alpha opens a shared worker, and they communicate using a pair of MessagePorts. Alpha is navigated away, going to Beta in a different origin. Later, the user hits back, and since Alpha is still in the

[whatwg] Proposal: HTTP Headers + sessionStorage stored session-ID

2013-10-30 Thread Kyle Simpson
I have put together a simple soft proposal for a pair of HTTP Request/Response headers that bridge to the browser's sessionStorage mechanism for session ID storage. It's basically to embrace the new SPA style architecture prevalent on the web, and the use of sessionStorage, instead of the

Re: [whatwg] Proposal: Locale Preferences API

2013-10-30 Thread Mark Callow
On 2013/10/15 6:24, Marcos Caceres wrote: On Friday, July 26, 2013 at 8:14 PM, Marcos Caceres wrote: This document proposes an extension to HTML's `Navigator` interface to enable dynamic localization of content. The idea is to expose to script the language tags that represents the user's

Re: [whatwg] Proposal: Adding methods like getElementById and getElementsByTagName to DocumentFragments

2013-10-30 Thread Boris Zbarsky
On 10/23/13 4:39 AM, Simon Pieters wrote: Or maybe we could remove the name lookup thing altogether for Element.getElementsByTagName et al? Hmm. There are some compat worries here; do we have any indications that this name lookup is unused in the wild? -Boris