Skip to content
Snippets Groups Projects
Unverified Commit 81c058aa authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3066954 by andrewmacpherson, Wim Leers, bnjmnm, OBKev: Admin toolbar...

Issue #3066954 by andrewmacpherson, Wim Leers, bnjmnm, OBKev: Admin toolbar not usable with latest versions of JAWS due to mis-use of aria-owns
parent 735c9782
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ public static function preRenderToolbarItem($element) {
// Provide attributes necessary for trays.
$attributes += [
'data-toolbar-tray' => $id . '-tray',
'aria-owns' => $id . '-tray',
'role' => 'button',
'aria-pressed' => 'false',
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment