Open
Bug 1732284
Opened 3 years ago
Updated 3 years ago
Expose ARIA combobox value on ATK via "valuetext" object attribute
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: jdiggs, Unassigned, NeedInfo)
Details
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.
Comment 1•3 years ago
|
||
Hmm. How does Orca get the textual value from other controls that don't use aria-valuetext; e.g. a <select size="1">
element? Or is that just not something that's needed for Orca?
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:Jamie, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jteh)
Updated•3 years ago
|
Severity: -- → S3
Flags: needinfo?(jteh) → needinfo?(jdiggs)
You need to log in
before you can comment on or make changes to this bug.
Description
•