Closed
Bug 301391
Opened 19 years ago
Closed 19 years ago
Include some child values in concatenated accessible names
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
5.30 KB,
patch
|
timeless
:
review+
bzbarsky
:
superreview+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
An accessible grid cell, tree item or anything else that is really a container for other items, may have a child progress bar, slider, textfield, etc. that has as accessible value. When providing a name to a screen reader for output, we should append the accessible value. That way, for example, an accessible grid cell with a textfield or slider in it will have that information spoken along with the other contents as the user navigates to the grid cell. As a corollary, grid cells themselves don't need to support a value, just the items within it do.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #189854 -
Flags: review?(timeless)
Attachment #189854 -
Flags: review?(timeless) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #189854 -
Flags: superreview?(bzbarsky)
Updated•19 years ago
|
Attachment #189854 -
Flags: superreview?(bzbarsky) → superreview+
Assignee | ||
Updated•19 years ago
|
Attachment #189854 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #189854 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Comment 2•19 years ago
|
||
Enter passphrase for key '/home/aleventhal/.ssh/id_dsa': Checking in accessible/src/base/nsAccessible.cpp; /cvsroot/mozilla/accessible/src/base/nsAccessible.cpp,v <-- nsAccessible.cpp new revision: 1.162; previous revision: 1.161 done Checking in accessible/src/base/nsAccessible.h; /cvsroot/mozilla/accessible/src/base/nsAccessible.h,v <-- nsAccessible.h new revision: 1.69; previous revision: 1.68 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•