[w3c/webcomponents] It is unclear how elementFromPoint and elementsFromPoint should work (#736)

The spec says
"these methods and attributes are defined in the similar way as currently defined in Document, considering only the current node tree. "
But what does that mean? What is 'current node tree'? Does it mean the tree rooted to Document, including shadow DOMs, or are the methods supposed to return only nodes inside ShadowRoot in case ShadowDOM.element(s)FromPoint is called?

-- 
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/736

Received on Thursday, 15 February 2018 16:17:55 UTC