[Webkit-unassigned] [Bug 178002] Retargeting algorithm is not correctly running in elementFromPoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 19:55:28 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=178002

--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> ---
Here's a summary of the issue.

When the text node is the result of hit testing, and it is assigned to a slot, Chrome returns the host presumably because Blink doesn't return a text node as the result of hitting as noted in https://github.com/w3c/csswg-drafts/issues/556#issuecomment-369815892

However, the current behavior of WebKit matches that of Gecko whereas the behavior in Chrome is that we return the host element because . It's likely that we want to keep the current behavior of WebKit instead of alining to Chrome.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180921/34ef56fc/attachment-0001.html>


More information about the webkit-unassigned mailing list