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
The step 2 clause tree needs one critical fix, and another should be considered:
Checkboxes currently do not appear as checkboxes to AT. (due to use of aria-hidden="true"). Resolving this issue while maintaining full keyboard support is more complicated than removing the aria-hidden attribute. Careful use of role and tabindex with the nested UI elements may be involved in the solution.
Keyboard commands for navigating the clause tree, while following ARIA defined patterns, are not always intuitive. Although instructions are provided within the "Instructions: Step 2" modal, some users may not open this modal. Consider providing an accessible popup tooltip etc. if the clause tree is focused by keyboard for the first time (use a cookie to prevent users from constantly seeing this).
The text was updated successfully, but these errors were encountered:
The step 2 clause tree needs one critical fix, and another should be considered:
aria-hidden="true"
). Resolving this issue while maintaining full keyboard support is more complicated than removing thearia-hidden
attribute. Careful use ofrole
andtabindex
with the nested UI elements may be involved in the solution.The text was updated successfully, but these errors were encountered: