- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 04 Mar 2011 13:55:54 -0500
- To: Adam Barth <w3c@adambarth.com>
- CC: Henri Sivonen <hsivonen@iki.fi>, HTML WG <public-html@w3.org>
On 3/4/11 1:46 PM, Adam Barth wrote: > To be clear, I'm mostly trying to rationalize existing behavior into a > somewhat sane mental model. Ah, ok. Fair enough. For what it's worth, in Gecko about:blank documents can either get created via an actual url load (completely async like all other url loads, goes through the HTML parser, etc) or via explicit synchronous creation of an about:blank document (effectively via createDocument, some createElement calls, etc). The latter basically happens any time you ask for a .document from a window that doesn't have one yet. -Boris
Received on Friday, 4 March 2011 18:56:29 UTC