Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43154, comment 10


Ignore:
Timestamp:
01/12/2019 02:02:37 PM (7 years ago)
Author:
afercia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43154, comment 10

    initial v1  
    99is 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.
    1010
     11Aside: I guess this is also the reason why Safari + VoiceOver announce "group" for that div:
     12
     13[[Image(http://cldup.com/CBZjlPjkwd.png)]]
     14
    1115[attachment:"43154.diff"] does the following:
    1216- removes the `tabindex="0"` from the content div and the toolbar div: those tabindex attributes are not needed any longer