- From: Jonas Sicking <jonas@sicking.cc>
- Date: Wed, 28 Sep 2011 17:32:42 -0700
- To: Arvind Jain <arvind@google.com>
- Cc: Boris Zbarsky <bzbarsky@mit.edu>, public-web-perf@w3.org
These aren't window.* properties, they are document.* properties. / Jonas On Wed, Sep 28, 2011 at 1:28 PM, Arvind Jain <arvind@google.com> wrote: > I'm not sure I understand. If the page has no window, how does any > other window.* property work? > > On Wed, Sep 28, 2011 at 1:18 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote: >> One option is to attempt to grovel around for a Window and then return the >> state of its top level browsing context. >> >> Another is to just always return the same thing for documents without a >> Window. >> >> Thoughts? >> >> -Boris >> >> > >
Received on Thursday, 29 September 2011 00:33:39 UTC