Changes between Initial Version and Version 1 of Ticket #43154, comment 9
- Timestamp:
- 01/11/2019 08:52:17 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43154, comment 9
initial v1 4 4 5 5 Today, WebKit doesn't suffer from that bug any longer, and all other browsers including IE 11 don't need the tabindex. 6 7 The `role="main"` was added to the `wpbody` element in [31955] missing the `wpbody-content` was probably more appropriate. 6 8 7 9 At this point, the cleaner solution is to remove the two `tabindex="0"`, but...