Clarification request on SC 2.4.3 nested focusable example #4945
Unanswered
MeenaPatel17
asked this question in
Q&A
Replies: 1 comment
-
|
the best practice case doesn't talk about nested elements, but in general says that having something like a if you do nest things in a way that the same control appears to receive focus multiple times, THAT is a failure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am having difficulty interpreting the example in the SC 2.4.3 Understanding document:
The text above the example states:
Immediately following this, the document adds a best practice note:
I am unsure how to interpret this.
Is the nested div/button example considered a failure, or is it just a best-practice caution? The wording seems to suggest a failure (confusing or illogical focus), but the best practice note implies it is not automatically a failure.
It would be very helpful if the Understanding document included one clear passing example and one clear failing example so that the boundary between acceptable and failing focus order is unambiguous.
Beta Was this translation helpful? Give feedback.
All reactions