- From: Vincent Scheib <scheib@google.com>
- Date: Fri, 15 Mar 2013 11:57:13 -0700
- To: Simon Pieters <simonp@opera.com>
- Cc: Webapps WG <public-webapps@w3.org>, Boris Zbarsky <bzbarsky@mit.edu>
Received on Friday, 15 March 2013 18:58:10 UTC
I have added onipointerlockchange and onpointerlockerror to the partial document IDL in the pointer lock specification. Webkit currently only defines these event handler attributes on document. Unless a reason is raised to add them elsewhere, I do not plan to add additional attributes elsewhere, for reasons discussed in fullscreen specification primarily regarding the confusing when releasing exiting due to an element being removed from the DOM, and confusion over multiple listener points. https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html https://dvcs.w3.org/hg/pointerlock/diff/86bc101925d8/index.html On Thu, Mar 14, 2013 at 12:05 PM, Simon Pieters <simonp@opera.com> wrote: > On Thu, 10 Jan 2013 18:24:52 +0100, Boris Zbarsky <bzbarsky@mit.edu> > wrote: > > And if so, which objects should they be on? Window? Documents? >> Elements? >> > > Currently event handlers are available on all of Window, Document and > HTMLElement even if the relevant event just fires on one of them, so I > suggest we do that. > > -- > Simon Pieters > Opera Software > >
Received on Friday, 15 March 2013 18:58:10 UTC