Re: Overhauling Pointer Lock (was Mouse Lock) to FullScreen API pattern

On Tue, Feb 7, 2012 at 5:24 PM, Jonas Sicking <jonas@sicking.cc> wrote:

> On Tue, Feb 7, 2012 at 9:58 AM, Vincent Scheib <scheib@google.com> wrote:
> > Pointer lock spec[1] has been updated as I described, with the exception
> of
> > allowpointerlock which still needs to be added.
> > http://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html
> >
> > Feedback welcome.
>
> What's the purpose of the 'pointerLockEnabled' property? It seems like
> null-checking pointerLockElement provides exactly the same
> information.
>
> / Jonas
>

Error on my part. Once incorporating the iframe permission attribute this
should instead return true if the context and all ancestor contexts have
permision to lock. e.g. from Fullscreen, "The fullscreenEnabled attribute
must return true if the context object and all ancestor browsing context's
documents have their fullscreen enabled flag set, or false otherwise."

I've removed it.

Received on Wednesday, 8 February 2012 01:42:49 UTC