[Webkit-unassigned] [Bug 142059] New: AX: Provide API for assistive tech to ignore DOM key event handlers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 14:49:01 PST 2015


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

            Bug ID: 142059
           Summary: AX: Provide API for assistive tech to ignore DOM key
                    event handlers
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: d_russell at apple.com
                CC: webkit-bug-importer at group.apple.com

Assistive technology applications on the desktop are heavily dependent on keyboard navigation being reliable. This is greatly hindered by sites that handle key events without updating keyboard selection and then consume the event. It is important for assistive technology apps to allow users to decide to ignore these handlers that are incorrect for their purposes.

This can be fixed by exposing, via a new accessibility attribute, a way to decide, for a given WebCore::Frame, to pre-empt DOM dispatch and instead let accessibility caret browsing take place.

-- 
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/20150226/8993c50f/attachment-0002.html>


More information about the webkit-unassigned mailing list