Re: [whatwg] Declarative web worker creation and communication?

2012-11-05 Thread Andrew Wilson
ient ways to pass/share data between documents and workers - this would enable things like background rendering to canvas, etc. Some of the discussion has happened on the W3C lists (such as http://lists.w3.org/Archives/Public/public-webapps/2012AprJun/0744.html) so I'd suggest looking at those archive

Re: [whatwg] Declarative web worker creation and communication?

2012-11-05 Thread Fred Andrews
Fred > Date: Mon, 5 Nov 2012 10:41:00 +0100 > From: atwil...@google.com > To: freda...@live.com > CC: wha...@whatwg.org; sim...@opera.com > Subject: Re: [whatwg] Declarative web worker creation and communication? > > On Mon, Nov 5, 2012 at 10:24 AM, Fred Andrews wrote: > > &

Re: [whatwg] Declarative web worker creation and communication?

2012-11-05 Thread Andrew Wilson
On Mon, Nov 5, 2012 at 10:24 AM, Fred Andrews wrote: > Hi Simon, > > The use I have in mind is a work-in-progress, see: > http://www.w3.org/community/pua/wiki/Draft#Examples > > However the HTML standard already permits a UA to disable JS, and there is > the iframe sandbox, or CSP, or browser ext

Re: [whatwg] Declarative web worker creation and communication?

2012-11-05 Thread Fred Andrews
Hi Simon, The use I have in mind is a work-in-progress, see: http://www.w3.org/community/pua/wiki/Draft#Examples However the HTML standard already permits a UA to disable JS, and there is the iframe sandbox, or CSP, or browser extensions, to disable JS. I would like to make any extensions as

Re: [whatwg] Declarative web worker creation and communication?

2012-11-05 Thread Simon Pieters
On Sat, 03 Nov 2012 03:29:10 +0200, Fred Andrews wrote: 1. Declarative web worker creation. Feedback and suggestions for appropriate markup to declare web workers would be appreciated. The use case is a document with JS disabled or restricted so that it can not create web workers, yet sti

Re: [whatwg] Declarative web worker creation and communication?

2012-11-03 Thread Fred Andrews
; From: bruan...@gmail.com > To: freda...@live.com > CC: wha...@whatwg.org > Subject: Re: [whatwg] Declarative web worker creation and communication? > > Le 03/11/2012 02:29, Fred Andrews a écrit : > > 1. Declarative web worker creation. > > > > Feedback and suggestion

Re: [whatwg] Declarative web worker creation and communication?

2012-11-03 Thread David Bruant
Le 03/11/2012 02:29, Fred Andrews a écrit : > 1. Declarative web worker creation. > > Feedback and suggestions for appropriate markup to declare web workers > would be appreciated. > > The use case is a document with JS disabled or restricted so that it can not > create web workers, yet still wants

[whatwg] Declarative web worker creation and communication?

2012-11-02 Thread Fred Andrews
1. Declarative web worker creation. Feedback and suggestions for appropriate markup to declare web workers would be appreciated. The use case is a document with JS disabled or restricted so that it can not create web workers, yet still wants to create web workers to process page input and to upd