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
One concern here is adding the question to the tab index: most documentation is pretty explicit about using tab for focusable elements and inputs, not non-interactive elements like question text. The more ideal solution likely involves using semantic DOM elements and labels to describe the text content as being the question text. For instructions or contextual information related to specific elements, focusable or otherwise, we can lean on things like aria-describedby or aria-labelledby
With the understanding that we're trying to make accessible a widget that's more or less choosing the correct option between two images...
The text was updated successfully, but these errors were encountered: