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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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',
      ];