Re: [PageVisibility] What should the visibility API return on documents without an associated Window?

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