Changes between Initial Version and Version 1 of Ticket #27011, comment 2
- Timestamp:
- 02/28/2014 06:07:56 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27011, comment 2
initial v1 1 I don't know that there is a simple solution to this.The reason VoiceOver (or any screen reader) doesn't read the sub menus is because it doesn't "exist" until the hover state is triggered.1 The reason VoiceOver (or any screen reader) doesn't read the sub menus is because it doesn't "exist" until the hover state is triggered. 2 2 3 3 Refer to style.css line 1519 … … 22 22 Fixing this issue requires quite a number of rewrites to style.css and a lot of testing to make sure it works cross-browser and across devices. 23 23 24 I've made a stab at fixing this issue through [https://github.com/Arty-chan/Accessible-TwentyTwelve-Child-Theme/blob/master/style.css a child theme], so maybe some of the code could taken from there, but even in my child theme, I've only fixed the issue as far as the menu button part. Probably will just require me sitting down to do it for submenu items as well, but it's not there yet. 24 A possible solution is to do something similar to the patch under ticket #27039 (for twentythirteen theme)