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
Aria label on focusable div read twice. On rows with the spinner, it is read once per tab stop. On rows without the spinner, it is read twice, once for the spinner, and once for the focussable div.
The issue talking about Progress Bar on the Top Right hand. If the Tab index is removed then it takes care of it. The is now applied to all the progress bar. So now Progress Bar are not be tabbed.
One additional suggestion is that wrap the Top Goal and Progress Bar with <div role="region" aria-label="goal and progress">
The text was updated successfully, but these errors were encountered:
Aria label on focusable div read twice. On rows with the spinner, it is read once per tab stop. On rows without the spinner, it is read twice, once for the spinner, and once for the focussable div.
MyLA Technical Review 7/24 - row 12
<div role="region" aria-label="goal and progress">
The text was updated successfully, but these errors were encountered: