Skip to content
Snippets Groups Projects
Unverified Commit 21e841c6 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

(cherry picked from commit 81c058aa)
parent 012438ae
Branches
Tags
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.
Please register or to comment