Expose numeric value information in Accessibility Properties
Categories
(DevTools :: Accessibility Tools, enhancement)
Tracking
(Not tracked)
People
(Reporter: Jamie, Unassigned)
Details
Attachments
(1 file)
We already expose the "value" property, which is usually sufficient. However, numeric controls can have minimum, current and maximum values, as well as a textual value. (In ARIA, these map from aria-valuemin, aria-valuenow, aria-valuemax and aria-valuetext.) In that case, "value" just exposes the textual value. Since these things can be controlled by the author, I think it'd be useful to expose them in Accessibility Properties.
A real world (if somewhat obscure and rare) use case for this is bug 1357071, where I'm mentoring someone to fix our exposure of default numeric values for ARIA scrollbar/slider. If this were exposed in Accessibility Properties, we wouldn't need to rely on a platform accessibility inspector to verify this information.
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:Jamie, could you have a look please?
For more information, please visit auto_nag documentation.
Reporter | ||
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•