[Webkit-unassigned] [Bug 230685] New: AX: Expose ARIA combobox value on ATK via "valuetext" object attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 04:56:12 PDT 2021


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

            Bug ID: 230685
           Summary: AX:  Expose ARIA combobox value on ATK via "valuetext"
                    object attribute
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

ARIA 1.2 says:

> User agents MUST expose the value of elements with role combobox to assistive technologies. The value of a combobox is represented by one of the following:
> * If the combobox element is a host language element that provides a value, such as an HTML input element, the value of the combobox is the value of that element.
> * Otherwise, the value of the combobox is represented by its descendant elements and can be determined using the same method used to compute the name of a button from its descendant content.

Because aria-valuetext isn't supported on combobox, and because there's not really another good place to put it in ATK, we decided that exposure via the "valuetext" object attribute made enough sense. That was implemented in Chrome and Orca.

-- 
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/20210923/ff4e9007/attachment-0001.htm>


More information about the webkit-unassigned mailing list