- From: Takayoshi Kochi <notifications@github.com>
- Date: Thu, 07 Jul 2016 23:56:58 -0700
- To: w3c/pointerlock <pointerlock@noreply.github.com>
- Cc:
- Message-ID: <w3c/pointerlock/pull/4/r70032916@github.com>
> + <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 > + <a href="http://dom.spec.whatwg.org/#context-object">context object</a> are in the > + same tree, otherwise returns null.</p> Oops, as "target ... is a shadow-including descendant" already exists, so the example above is invalid. Let me revise the case. --- 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#r70032916
Received on Friday, 8 July 2016 06:57:54 UTC