[Webkit-unassigned] [Bug 128504] New: Web Inspector: AX: isAccessibilityObject and accessibilityIsIgnored should be separated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 9 12:56:18 PST 2014


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

           Summary: Web Inspector: AX: isAccessibilityObject and
                    accessibilityIsIgnored should be separated
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com
        Depends on: 127447


bug 127447 combined "isAccessibilityObject" and "accessibilityIsIgnored", but in hindsight, it'd be good to do these separately. For example, ""<img src="foo" alt=""> still has an accessibility object (and therefore a role) even though the element is ignored in the platform API. Likewise, elements with the presentation role are ignored for the API, but have an object and would be able to indicate more contextual information than just the "No accessibility information" that is conveyed now.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list