- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 28 Aug 2012 17:27:16 +0000 (UTC)
- To: Boris Zbarsky <bzbarsky@MIT.EDU>
- Cc: whatwg@lists.whatwg.org
On Tue, 28 Aug 2012, Boris Zbarsky wrote: > > Ah, I see. So is what you're proposing that stylesheets that are > inserted by a "nested tokenizer" not block scripts in general, but > stylesheets that are inserted by a top-level tokenizer block scripts as > usual? > > Or is what you're proposing that scripts that are inserted by a "nested > tokenizer" not block on stylesheets? The latter. The blocking only affects scripts that are "prepare the script"ed by the "top-level" parser, not a reentrant parser. (This is in the spec if you want to examine the precise wording I'm proposing here.) -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 28 August 2012 17:27:50 UTC