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

Yes that seems fine to me.

On Wed, Sep 28, 2011 at 1:31 PM, Ojan Vafai <ojan@chromium.org> wrote:

> 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?
>
>
> There's no real use-case for having this API work with documents without a
> Window, right? We should do the simplest thing, i.e. we should always return
> hidden.
>
> Ojan
>

Received on Wednesday, 28 September 2011 22:43:16 UTC