- From: Vincent Scheib <notifications@github.com>
- Date: Thu, 07 Jul 2016 10:49:40 -0700
- To: w3c/pointerlock <pointerlock@noreply.github.com>
- Cc:
- Message-ID: <w3c/pointerlock/pull/4/r69953333@github.com>
> + <h2>Extensions to the <a>DocumentOrShadowRoot</a> Mixin</h2> > + > + <dl title='partial interface DocumentOrShadowRoot' class='idl'> > + <dt>readonly attribute Element? pointerLockElement</dt> > + <dd> > + <dfn title="pointerLockElement"></dfn> > + > + <p>While the pointer is locked, and > + the element set as the target for mouse events is a > + <a href="https://dom.spec.whatwg.org/#concept-shadow-including-descendant">shadow-including descendant</a> of the > + <a href="http://dom.spec.whatwg.org/#context-object">context object</a>, > + returns the result of the > + <a href="https://https://w3c.github.io/webcomponents/spec/shadow/#dfn-retargeting-algorithm">retargeting algorithm</a> > + with the > + <a href="http://dom.spec.whatwg.org/#context-object">context object</a> and > + the element as input, if the result and the indent --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/pointerlock/pull/4/files/3ea549a5dac7b193f45d115af4f404f659cf0090#r69953333
Received on Thursday, 7 July 2016 17:50:20 UTC