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

@tabatkins Sorry for the late reply. I am now looking topic candidates of TPAC 2018.

[Proposal](https://github.com/w3c/csswg-drafts/issues/556#issuecomment-373793777) looks good to me, with [the update](https://github.com/w3c/csswg-drafts/issues/556#issuecomment-390846026). Thank you for working on that.

@rniwa Yes, it return the slot if the slot is "display: block", however, if the slot is "display:contents", we still have to walk up ancestors to find an element. It is *div*, I think (ancestors walking: slot -> "some text" -> div (we found an element here))

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

Received on Thursday, 11 October 2018 04:53:52 UTC