[Webkit-unassigned] [Bug 115298] New: [role="button"][aria-pressed] should be exposed as AXCheckbox:AXToggleButton, with role description of "toggle button"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 26 22:24:19 PDT 2013


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

           Summary: [role="button"][aria-pressed] should be exposed as
                    AXCheckbox:AXToggleButton, with role description of
                    "toggle button"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: james at cookiecrook.com


buttons with aria-pressed value matching "true", "false", or "mixed" should be exposed as AXCheckbox:AXToggleButton, with role description of "toggle button"

aria-pressed values of false, true, and mixed should be exposed as AXValue: 0, 1, and 2, respectively.

Any other aria-pressed value (e.g. "", "undefined", "foo", etc.) should cause the role to be exposed as a standard AXButton.

-- 
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