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
Currently, there are a few ways question accessibility could be improved. Noted some details below.
Since this is to be used within a page, the question title should be a heading 2 as most page titles are heading
There is not proper form markup. Need to use and tags to ensure the wrapping question is read when the answer choices are interacted with via tab or other navigational keys.
After pressing Next or Go back, focus should be placed on the step currently selected. You can do this by adding tabindex="-1" on the <li> element I believe. This should work fine but might be worth testing to be sure.
Currently, there are a few ways question accessibility could be improved. Noted some details below.
<li>
element I believe. This should work fine but might be worth testing to be sure.Original issue: wceu#65
The text was updated successfully, but these errors were encountered: