Testing and Remediation Strategies Flashcards
On touch devices, what are some examples of where you would need an alternate method of activation?
Custom Gesture Events
Motion-activated Events (e.g. shaking)
What are some things to test for in terms of keyboard accessibility?
All actionable elements are focusable and can be interacted with in the same way as with a mouse
All focusable elements have a visible focus indicator
Logical tab order
No keyboard trap
What are some unique consideration for touch devices?
Sufficiently large touch target size
Allowing different screen orientation without losing content
All actions are still available with a screen reader turned on
axe Monitor, Tenon.io, WAVE API, and AMP are examples of what kind of testing tools?
Automated - site-wide scanning and reporting
wave.webaim.org, Cynthia says, and SiteImprove Accessibilty are examples of what kind of testing tools?
Automated - Server-based page analysis
axe DevTools, WAVE browser add-on, and Google accessibility developer tools are examples of what kind of testing tools?
Automated - Browser plug-ins
axe API and Tenon API provide which kind(s) of testing?
Automated - Unit testing (?), Integration testing
Color Contrast Analyser (CCA), JAWS Access, and Headings Map are examples of what kind of accessibility testing tools?
Manual testing tools
What are some of the factors that influence how you might prioritize fixing accessibility issues?
- User Impact
- Time to Remediate: (scope) how quickly can the issue be fixed?
- Business Priority: Is this part of a core user flow like purchase > checkout?
- Location of Issues: How much traffic does this page get?
- Volume: Will fixing one global issue handle multiple individual instances (like a global CSS update, or a commonly used component)?
- Secondary Benefit: Will fixing this issue benefit those without disabilities as well?
What are the levels of user impact that an accessibility issue might have, and what do they mean?
- Critical: This issue results in blocked content for individuals with disabilities. Until a solution is implemented content will be completely inaccessible, making the organization highly vulnerable to legal action.
- Serious: This issue results in serious barriers for individuals with disabilities. Until a solution is implemented, some content will be inaccessible, or significant a work-around is required, making the organization vulnerable to legal action. Users with disabilities may experience significant frustration when attempting to access content.
- Moderate: This issue results in some barriers for individuals with disabilities but would not prevent them from accessing fundamental elements or content. Users with disabilities may experience moderate frustration when encountering this issue.
- Minor: This is an issue that may inconvenience a user but would not cause significant frustration in accessing content or accomplishing tasks.
What are some of the things you should include in a bug report for an accessibility issue?
Descriptive Title Impact/Severity Issue Description Platform and AT used Steps to Reproduce Expected Results Visual or Video Remediation recommendations