Opened 6 months ago
Closed 5 months ago
#61028 closed defect (bug) (fixed)
Thickbox modal outputs replacement character in screen reader output
Reported by: | stevejonesdev | Owned by: | joedolson |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | accessibility | Cc: |
Description (last modified by )
In the thickbox modal, the close button dashicon shows as a replacement character (�) in the screen reader output.
Current screen reader output:
Close �, button, group
Expected screen reader output:
Close, button
This can be fixed by adding aria-hidden="true"
to the icon span.
<button type="button" id="TB_closeWindowButton"> <span class="screen-reader-text">Close</span> <span class="tb-close-icon" aria-hidden="true"></span> </button>
Attachments (3)
Change History (9)
#1
@
5 months ago
- Component changed from General to Administration
- Description modified (diff)
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 6.6
- Version changed from 6.5 to 3.8
Note: See
TracTickets for help on using
tickets.
dashicons character is part of screen reader output