Closed
Bug 819273
Opened 12 years ago
Closed 12 years ago
ARIA combobox should have accessible value
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
6.77 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
it's needed for ARIA test suite: https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-combobox.html
we should pick up an accessible name from accessible value. For example,
<input type="checkbox" id="test" />
<label for="test">Flash the screen
<div role="combobox">
<div role="textbox"></div>
<div role="listbox">
<div role="option">1</div>
<div role="option" aria-selected="true">2</div>
<div role="option">3</div>
</div>
</div>
times.
</label>
input's name should be "Flash the screen 2 times".
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #689629 -
Flags: review?(trev.saunders)
Comment 2•12 years ago
|
||
Comment on attachment 689629 [details] [diff] [review]
patch
r=me with the generic type renamed to something less weird than eListControls ;)
Attachment #689629 -
Flags: review?(trev.saunders) → review+
Assignee | ||
Updated•12 years ago
|
Flags: in-testsuite+
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•