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
Alex Pott 2019-10-25 23:07:48 +01:00
parent c1d12b898a
commit a6f060af0d
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 0 additions and 1 deletions

View File

@ -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',
];