Unverified Commit a6f060af 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 c1d12b89
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',
      ];