[Webkit-unassigned] [Bug 171204] New: AX: Inconsistent exposure of ARIA "button" role with non-false value of aria-haspopup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 23 14:34:37 PDT 2017


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

            Bug ID: 171204
           Summary: AX: Inconsistent exposure of ARIA "button" role with
                    non-false value of aria-haspopup
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: webkit-bug-importer at group.apple.com

A button where aria-pressed is undefined, and aria-haspopup is true, is exposed as:

  AXRole: AXPopUpButton
  AXSubrole: <nil>
  AXRoleDescription: 'pop up button'

But a button where aria-pressed is undefined, and aria-haspopup is one of the new values allowed in ARIA 1.1 [1] (e.g. aria-haspopup="dialog"), the 

  AXRole: AXButton
  AXSubrole: <nil>
  AXRoleDescription: 'button'

[1] https://rawgit.com/w3c/aria/master/aria/aria.html#aria-haspopup

-- 
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/20170423/d4fbd96e/attachment.html>


More information about the webkit-unassigned mailing list