-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create tests for APG design pattern example: Modal Dialog #348
Comments
Below is the test plan for the Modal Dialog example. Please note that moving into the 'Verification Result' dialog is not tested, for the following reasons:
Each test title is marked up as a level 4 heading to facilitate screen reader navigation. Open a modal dialog in reading mode
Assertions
Open a modal dialog in interaction mode
Assertions
Open a Modal Dialog
Assertions
Close a modal dialog in reading mode
Assertions
Close a modal dialog in interaction mode
Assertions
Close a modal dialog
Assertions
Close a modal dialog using a button in reading mode
Assertions
Close a modal dialog using a button in interaction mode
Assertions
Close a modal dialog using a button
Assertions
Navigate to the last focusable element in a modal dialog in interaction mode
Assertions
Navigate to the last focusable element in a modal dialog
Assertions
Navigate to the first focusable element in a modal dialog in interaction mode
Assertions
Navigate to the first focusable element in a modal dialog
Assertions
Navigate to the beginning of a modal dialog in reading mode (JAWS)
Assertions
Navigate to the beginning of a modal dialog in reading mode (NVDA)
Assertions
Navigate to the beginning of a modal dialog
Assertions
Navigate to the end of a modal dialog in reading mode
Assertions
Navigate to the end of a modal dialog
Assertions
Open a nested modal dialog in reading mode
Assertions
Open a nested modal dialog in interaction mode
Assertions
Open a nested modal dialog
Assertions
Close a nested modal dialog in reading mode
Assertions
Close a nested modal dialog in interaction mode
Assertions
Close a nested modal dialog
Assertions
Close a nested modal dialog using a button in reading mode
Assertions
Close a nested modal dialog using a button in interaction mode
Assertions
Close a nested modal dialog using a button
Assertions
Open a nested modal dialog using a link in reading mode
Assertions
Open a nested modal dialog using a link in interaction mode
Assertions
Open a nested modal dialog using a link
Assertions
|
How did the screenreaders behave when aria-decribedby is removed from the "End of the Road" dialog? |
@shirsha Could you clarify these two questions? I'm not clear how they relate to the ARIA-AT project or this test plan specifically. It sounds like you're asking more about the fundamental accessibility and recommended mark-up for dialogs. |
Applies To
Testing Notes
This issue thread will house all documentation relating to the development of a test plan for the "Modal Dialog" APG example, which conforms to the "Dialog (Modal)" design pattern. All follow-ups (including the test plan itself) will be added as new comments to facilitate notifications, but this initial comment will be updated with relevant details and URLs as needed for convenience.
Additional References
The text was updated successfully, but these errors were encountered: