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 81c058aa0a
)
merge-requests/64/head
parent
c1d12b898a
commit
a6f060af0d
|
@ -56,7 +56,6 @@ class ToolbarItem extends RenderElement {
|
|||
// Provide attributes necessary for trays.
|
||||
$attributes += [
|
||||
'data-toolbar-tray' => $id . '-tray',
|
||||
'aria-owns' => $id . '-tray',
|
||||
'role' => 'button',
|
||||
'aria-pressed' => 'false',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue