- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Tue, 28 Aug 2012 13:35:31 -0400
- To: whatwg@lists.whatwg.org
On 8/28/12 1:27 PM, Ian Hickson wrote: > The latter. The blocking only affects scripts that are "prepare the > script"ed by the "top-level" parser, not a reentrant parser. OK. I see. This requires the "blocked by" state to live on an individual script instead of on the document, right? I _think_ right now Gecko blocks all scripts (not just parser-inserted ones) on pending stylesheet loads. Not sure what other UAs do.... It might not matter for web compat, I guess. > (This is in the spec if you want to examine the precise wording I'm > proposing here.) I'll do that, sure; I just want to understand intent before I try to see whether the spec matches the intent. ;) -Boris
Received on Tuesday, 28 August 2012 17:37:25 UTC