Changes between Initial Version and Version 1 of Ticket #26527, comment 16
- Timestamp:
- 12/11/2013 09:01:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26527, comment 16
initial v1 1 1 Replying to [comment:15 nacin]: 2 2 > I'm going to leave has-patch commit on here as this is an improvement over what we have currently. Further niggles can be fixed in the future. Thanks for looking. 3 However, the main themes page is not fully accessible by screen readers - just tested with JAWS 14. The divs get focus alright because of the `tabindex="0"` and the themereads out Theme Details but there is nothing else to identify which theme currently has focus. There needs to be some kind of label for screen readers to read out - suggest try `aria-label="theme-name"` on the div that gets the `tabindex="0"`. Or alternatively stuff the Theme Details string with the theme name - hidden from sighted users.3 However, the main themes page is not fully accessible by screen readers - just tested with JAWS 14. The divs get focus alright because of the `tabindex="0"` and JAWS reads out Theme Details but there is nothing else to identify which theme currently has focus. There needs to be some kind of label for screen readers to read out - suggest try `aria-label="theme-name"` on the div that gets the `tabindex="0"`. Or alternatively stuff the Theme Details string with the theme name - hidden from sighted users.