Make WordPress Core

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


Ignore:
Timestamp:
01/11/2019 08:52:17 PM (6 years ago)
Author:
afercia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43154, comment 9

    initial v1  
    44
    55Today, WebKit doesn't suffer from that bug any longer, and all other browsers including IE 11 don't need the tabindex.
     6
     7The `role="main"` was added to the `wpbody` element in [31955] missing the `wpbody-content` was probably more appropriate.
    68
    79At this point, the cleaner solution is to remove the two `tabindex="0"`, but...