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

@hayatoito No problem!

I'm wondering now, tho, if step 6 is ideal. Rather than walking the element-tree to find a non-shadow-hidden element, I wonder if we should continue to walk the *box tree* until we find a non-shadow-hidden element.

I'm not sure if there's actually a difference in behavior, but shadow stuff is confusing. ^_^

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

Received on Thursday, 11 October 2018 18:58:00 UTC