[Webkit-unassigned] [Bug 79095] New: HTML5 input type="number" role mapping incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 03:35:52 PST 2012


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

           Summary: HTML5 input type="number" role mapping incorrect
           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: faulkner.steve at gmail.com


The HTML5 input type="number" currently is mapped to AXTextField. As it is implemented in webkit as an Incrementor control it is suggested that the accessibility mapping should be:

AXRole:  "AXIncrementor"
 AXSubrole:  "AXTextField"
 AXRoleDescription:  "stepper text field"

The above is suggested as the primary method to interact with the control for keyboard users is via the up/down arrow keys (as it is a stepper control), but it also allows free text entry.

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