[SpatNav] Make SpatialNavigation account for mouseover event handlers
This patch extend the previous patch below. (https://chromium-review.googlesource.com/c/chromium/src/+/1461355) If an element has a mouseover or mouse enter handler of some sort, There's something for the user to interact with. So it is reasonable to tell it could be focusable element. And this is also related to the patch below. (https://chromium-review.googlesource.com/c/chromium/src/+/1557870) Moving with SpatNav triggers a mouseover event. Conversely, some element having mouseover handler could be focusable. In this patch, element having mouseover or mouseenver event handler can be focusable. Change-Id: I3f338253ab8aa137a7b9fb5f6e35e324b2ee72c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859535 Commit-Queue: Jeonghee Ahn <jeonghee27.ahn@lge.com> Reviewed-by:David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#719054}
Showing
Please register or sign in to comment