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
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Accessibility Focus order should match Focus Order.
Effected Technology: TalkBack, Keyboard Nav, Switch Control Type: Moderate - WCAG 2.1 - Best Practice Success Criteria: 2.4.3
User Story
Inaccessible
As a TalkBack User
Open an Activity and Swipe Right repeatedly
a. Accessibility Focus moves to View 1.
b. Accessibility Focus moves to View 2.
c. Accessibility Focus moves to View 3.
Reset Activity and Hit Tab Repeatedly
a. Focus moves to View 1.
b. Focus moves to View 3.
c. Focus moves to View 2.
Accessible
The above actions would be made Accessible if the navigation order matches. The preferred order in this case would be 1 -> 3 -> 2, but would not explicitly be checked by the rule.
The text was updated successfully, but these errors were encountered:
@chriscm2006 I don't think we talked about this one while I was in Ann Arbor. The normative text of 2.4.3 reads "If a Web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability."
So, what you describe above is a needs review item...because it would have to be manually checked by an expert for the "order affects meaning" part. In other words, this is not eligible to be an automated failure of WCAG normative.
For reference, see Deque Way documented Best Practice: "Focus order identical - Focus order and DOM order should match. (structure-dom-visual-mismatch, "best-practice", impact 2, March 26, 2013)"
Accessibility Focus order should match Focus Order.
Effected Technology: TalkBack, Keyboard Nav, Switch Control
Type: Moderate - WCAG 2.1 - Best Practice
Success Criteria: 2.4.3
User Story
Inaccessible
As a TalkBack User
Activity
and Swipe Right repeatedlya.
Accessibility Focus
moves to View 1.b.
Accessibility Focus
moves to View 2.c.
Accessibility Focus
moves to View 3.a.
Focus
moves to View 1.b.
Focus
moves to View 3.c.
Focus
moves to View 2.Accessible
The above actions would be made Accessible if the navigation order matches. The preferred order in this case would be 1 -> 3 -> 2, but would not explicitly be checked by the rule.
The text was updated successfully, but these errors were encountered: