Changes between Initial Version and Version 1 of Ticket #43154, comment 10
- Timestamp:
- 01/12/2019 02:02:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43154, comment 10
initial v1 9 9 is then interpreted by IE11 and JAWS as a "group" with name "Main content". The fieldset element has an implicit semantics of "group", with the name given by its legend element. This combination confuses IE11 and JAWS in a way the fieldset legends within the main content area are not announced. 10 10 11 Aside: I guess this is also the reason why Safari + VoiceOver announce "group" for that div: 12 13 [[Image(http://cldup.com/CBZjlPjkwd.png)]] 14 11 15 [attachment:"43154.diff"] does the following: 12 16 - removes the `tabindex="0"` from the content div and the toolbar div: those tabindex attributes are not needed any longer