Re: Proposal for a page visibility API

On 1/20/11 5:02 AM, Glenn Maynard wrote:
>     * Values returned by all conforming implementations
>          * “visible” : the full-size page content may be at least
>     partially visible on at least one screen.
>
> More simply, "the full-size page content may be at least partially visible".
>
>          * “hidden” : the full-size page content is not visible to the
>     user at all.

So an iframe that's scrolled out of view could return "hidden" if the 
browser wants?

Why is "full-size" in there?  If I have a background set to -moz-element 
for some element, but am scaling it down to half-size or whatnot, why 
should it not be considered "visible"?  Note that this is not the same 
as "preview"; the page is just being shown at some size that's clearly 
not a thumbnail but not "full-size".

Heck, if the user zooms the page is no longer shown "full-size"...

-Boris

Received on Thursday, 20 January 2011 14:48:18 UTC