DescriptionFire accessibility hover events when the touch exploration flag is set.
On Chrome OS, when spoken feedback is enabled we change the touch screen
interaction model so that tapping or exploring the screen with one finger
sends a mouse move event with a special touch accessibility flag set.
This already fires the right accessibility events in 'views'.
Finish hooking this up for native web accessibility by propagating the input
event flag to Blink, and posting a 'hover' accessibility event on the target
when that flag is set.
BUG=513713
Committed: https://crrev.com/14b7078b451812e1c3745993e79ec1634047ea68
Cr-Commit-Position: refs/heads/master@{#351367}
Patch Set 1 #Patch Set 2 : Offset by root window, not by screen #
Total comments: 4
Patch Set 3 : Use asserts instead of checks in test #Depends on Patchset: Messages
Total messages: 11 (3 generated)
|