mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
6b489bb12512f67d49d012c7c5fa7bd0cf16ed29
When Internet Explorer encounters a non interactive element with a `tabindex` attribute, it adds the element to the accessibility tree with a `role=group` and an accessible name computed from the element. This prevents JAWS from announcing any fieldset legend within the element. - removes `tabindex="0"` from the content and the toolbar containers: these tabindex attributes are no longer needed - removes `aria-label="Main content"` from the content container: not needed - keeps the media modal focus fallback introduced in [38142] by making the `#wpbody-content` element focusable only when needed Props stevefaulkner, aardrian. Fixes #43154. git-svn-id: https://develop.svn.wordpress.org/trunk@44639 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%