Opened 14 years ago
Closed 14 years ago
#3302 closed defect (fixed)
down arrow needs to be removed from the dropdown button description
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | davidb | |
Blocked By: | Blocking: |
Description
Screen readers do not understand html entity characters and speak, "question". Since the down arrow is part of the button text, the screen reader is speaking it. This can be fixed by using the labelledby waiState to assign the label as only the text portion of the button.
Change History (2)
comment:1 Changed 14 years ago by
Component: | General → Accessibility |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8963]) use labelledby attribute to identify the name of the dropdown button so the html entitity character is not included in the name. fixes #3302 remove incorrect waiState from Button.js mark fieldset and html entity as presentation in combobutton.html so screen readers will not speak.