aria icon indicating copy to clipboard operation
aria copied to clipboard

Updated instances of contradiction regarding focus management

Open MelSumner opened this issue 2 years ago • 4 comments

Summary

If merged, this PR resolves issue #1987

Description

Changed instances where spec contradicted itself with respect to focus management as a responsibility of authors.

Per managing focus instructions:

Authors MUST manage focus on the following container roles:

grid listbox menu menubar radiogroup tree treegrid tablist

I've updated these places where SHOULD was used in the keyboard accessibility sections instead of MUST.

NOTE: there are still two places where SHOULD was left in, because they are not part of this list: dialog and spinbutton.


Preview | Diff

MelSumner avatar Aug 29 '23 17:08 MelSumner