Re: [csswg-drafts] [cssom-view] elementFromPoint, elementsFromPoint, and caretPositionFromPoint should not return an element inside a shadow tree

@tabatkins - but they can be/contain shadow DOM, that does contain boxes and fragments and so on...
```
<ShadowDOM style="display: contents">
  <ShadowDOM-div>Hi</ShadowDOM-div>
</ShadowDOM>
```
And document.elementFromPoint(...) for the H in "Hi".

-- 
GitHub Notification of comment by phistuck
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/556#issuecomment-390256003 using your GitHub account

Received on Friday, 18 May 2018 16:09:53 UTC