You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhide the group label in setup scripts (remove the application of display: none).
Update commands in relevant tests to reflect the correct number of arrow key presses for all screen readers.
Remove group label assertions when moving the screen reader cursor into the start of the radio group with the arrow keys, but not when:
navigating into the end of the group;
moving focus; or
using keys other than the arrows.
Update setup script descriptions to remove the references to hiding the group label.
Note: When navigating from a link outside the group to the first radio inside the group, JAWS should require two Down Arrow presses: one for the heading with the group label, and one for the radio. If the group label is added to the virtual cursor document because of aria-labelledby usage, it will require three Down Arrow presses which should result in the test failing.
for both plans:
display: none
).Note: When navigating from a link outside the group to the first radio inside the group, JAWS should require two Down Arrow presses: one for the heading with the group label, and one for the radio. If the group label is added to the virtual cursor document because of
aria-labelledby
usage, it will require three Down Arrow presses which should result in the test failing.@IsaDC
The text was updated successfully, but these errors were encountered: