-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Success Criterion 3.2.6 - Consistent Help - Level A #43
Comments
This seems like it could almost live as written in WCAG with the change from "page" to "screen" and "set of web pages" to "set of app screens". Hybrid content could be included in this as far as hybrid (web) content surrounding a component that is otherwise part of the app. |
Agree with Jamie that this can be applied pretty much as written with variations on "page" and "set of web pages" to what ever the definition of 'views' is given. Would also need to update Note 2 and remove reference to CSS break-points. |
Decision of two month ago:
Some considerations:
To build on points from @jamieherrera and @Keanem6
I think the problematic parts are:
We need to have our sets of screens definition, or use "a mobile application", e.g. "if the help mechanism is repeated in a mobile application, it should have the same relative order to other page content" In apps, there is usually just 1 screen to find contact details. But you can usually reach this screen from other screens, e.g. through a help button.
This is where it gets challenging, IF the help mechanism is repeated THEN it needs to be in the same relative order compared to other screens. Note 2 explains:
So we need to "serialize" the page. What do we consider serialize in an app? Is it the accessibility tree? Is is the XML, or Storyboard layout in source code? You either need a specialized tool to extract the a11y tree, or have source code access ( and knowledge of the used framework)
This is not defined, what is "a change initiated by the user"..? I think we should get some screenshots of apps with help mechanisms on multiple screens and then judge if they would pass or fail this criterion. |
So... while there may be additional user change scenarios, we already have some context to guide users that a pass/fail scenario includes not changing orientation or OS text size in the middle of the test, as that may change the order of stuff. No need to look at code at all. |
Discussed in today’s meeting. 16 October 2024
ACTION: Gather screenshots of help mechanisms in apps for next meeting |
In most apps iOS that I use and checked (for example Instagram, Netflix, MercadoLibre), we often find help in the profile option, then the menu, and find the Help mechanism |
I know for example "⌘ + /" in Android will show the keyboard shortcuts, and developers can add their own shortcuts to this menu if they programatically register them - are we requiring this as well? |
Discussed in today’s meeting. 23 October 2024
ACTION: Propose the draft SC as is for wider group |
WCAG2ICT guidance: https://www.w3.org/TR/wcag2ict-22/#consistent-help
Share your thoughts for applying to mobile apps as a comment below.
The text was updated successfully, but these errors were encountered: