- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 16 Mar 2016 22:15:21 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 17 March 2016 05:15:51 UTC
@scheib the principle we try to follow is that the "light tree" cannot know about the existence of the "shadow tree". (There's a couple of exceptions to that rule, but not for normal APIs such as Fullscreen and Pointer Lock, most likely. That's why `document.fullscreenElement` would be null when an element inside one of its shadow trees is fullscreen.) Looking over https://w3c.github.io/pointerlock/ I guess the additional complication for Pointer Lock beyond what Fullscreen has is event retargeting and what that means for movementX/Y. --- 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/webcomponents/issues/192#issuecomment-197705794
Received on Thursday, 17 March 2016 05:15:51 UTC