RESOLVED WONTFIX 38766
AX: allow fuzzy hit testing
https://bugs.webkit.org/show_bug.cgi?id=38766
Summary AX: allow fuzzy hit testing
chris fleizach
Reported 2010-05-07 12:16:25 PDT
For platforms that are primarily touch based, the default accessibility hit test mechanism is not very forgiving. touching in between lines of text will give you the web area instead of the block of text for instance. My idea is to have a fuzzy hit testing mechanism, so that after the initial hit test is done, we can see if "is this a good element for fuzzy hit testing". If not, we can start searching the element's children and try to find which one is closest, within some limit. This has the potential for providing a much better web experience for a user touching the screen without sight
Attachments
Patch (deleted)
2010-05-07 16:01 PDT, chris fleizach
no flags
Patch (deleted)
2010-05-07 16:25 PDT, chris fleizach
no flags
Patch (deleted)
2010-05-10 09:28 PDT, chris fleizach
no flags
chris fleizach
Comment 1 2010-05-07 12:17:48 PDT
there is potential to use this on the desktop, since VoiceOver has a "touch" interface by using the trackpad, but the more immediate clients will be embedded clients who rely on touch as the primary interface
chris fleizach
Comment 2 2010-05-07 16:01:56 PDT
WebKit Review Bot
Comment 3 2010-05-07 16:17:32 PDT
chris fleizach
Comment 4 2010-05-07 16:25:24 PDT
WebKit Review Bot
Comment 5 2010-05-07 17:53:02 PDT
WebKit Review Bot
Comment 6 2010-05-10 03:24:55 PDT
chris fleizach
Comment 7 2010-05-10 09:28:40 PDT
William Siegrist
Comment 8 2010-05-19 12:20:23 PDT
The content of attachment 55427 [details] has been deleted by William Siegrist <wsiegrist@apple.com> without providing any reason. The token used to delete this attachment was generated at 2010-05-19 12:20:14 PST.
William Siegrist
Comment 9 2010-05-19 12:20:35 PDT
The content of attachment 55430 [details] has been deleted by William Siegrist <wsiegrist@apple.com> without providing any reason. The token used to delete this attachment was generated at 2010-05-19 12:20:33 PST.
William Siegrist
Comment 10 2010-05-19 12:20:41 PDT
The content of attachment 55561 [details] has been deleted by William Siegrist <wsiegrist@apple.com> without providing any reason. The token used to delete this attachment was generated at 2010-05-19 12:20:38 PST.
chris fleizach
Comment 11 2010-07-07 11:18:27 PDT
not to be fixed here
Note You need to log in before you can comment on or make changes to this bug.