[Bug 23653] New: Advice on CORS and caches

2013-10-28 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23653 Bug ID: 23653 Summary: Advice on CORS and caches Product: WHATWG Version: unspecified Hardware: PC OS: Windows 3.1 Status: NEW Severity: normal

CfC: publish WD of Streams API; deadline Nov 3

2013-10-28 Thread Arthur Barstow
Feras and Takeshi have begun merging their Streams proposal and this is a Call for Consensus to publish a new WD of Streams API using the updated ED as the basis: https://dvcs.w3.org/hg/streams-api/raw-file/tip/Overview.htm Please note the Editors may update the ED before the TR is published

[Bug 23072] Interaction with DeviceOrientation/Motion

2013-10-28 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23072 Marcos Caceres marcosscace...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 23072] Interaction with DeviceOrientation/Motion

2013-10-28 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23072 Lars Knudsen lars.knud...@it-knows.net changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: Polished FileSystem API proposal

2013-10-28 Thread Brian Stell
Hi Jonas, I notice that one of the common Linux file APIs, link[1], is not in you API. I don't see this as a first pass requirement but I certainly expect that applications will want to be able to have trees that represent a particular version of their immutable files; eg, V1/dir1/file1,

Re: [webcomponents]: Allowing text children of ShadowRoot is a bad time

2013-10-28 Thread Elliott Sprehn
On Thu, Oct 24, 2013 at 1:29 PM, Anne van Kesteren ann...@annevk.nl wrote: On Thursday, October 24, 2013, Dimitri Glazkov wrote: Woke up in the middle of the night and realized that throwing breaks ShadowRoot.innerHTML (or we'll have to add new rules to hoist/drop text nodes in parsing),

Re: [webcomponents]: Allowing text children of ShadowRoot is a bad time

2013-10-28 Thread Anne van Kesteren
On Mon, Oct 28, 2013 at 10:44 PM, Elliott Sprehn espr...@gmail.com wrote: On Thu, Oct 24, 2013 at 1:29 PM, Anne van Kesteren ann...@annevk.nl wrote: innerHTML would end up re-throwing the same exception, unless you special-cased parsing. innerHTML throwing is somewhat unexpected though. We