[pointerevents] Should pointer capture work when element is in non-browsing-context

smaug---- has just created a new issue for 
https://github.com/w3c/pointerevents:

== Should pointer capture work when element is in non-browsing-context
 ==
Per spec the following should work:

var b = document.implementation.createHTMLDocument().body;
b.setPointerCapture(id);

but why is that any different to "If the Element on which this method 
is invoked does not participate in its ownerDocument's tree"

Please view or discuss this issue at 
https://github.com/w3c/pointerevents/issues/172 using your GitHub 
account

Received on Friday, 20 January 2017 09:52:21 UTC