All Projects → canaxess → accessibility-resources

canaxess / accessibility-resources

Licence: other
Screen reader and WCAG testing resources to maintain a consistent approach to testing and documenting behaviour.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to accessibility-resources

buttonbuddy
Learn about accessible button contrast then generate your own accessible button color palette
Stars: ✭ 60 (+140%)
Mutual labels:  accessibility, a11y, a11y-testing
agnostic-axe
Framework agnostic accessibility reporter, powered by axe-core
Stars: ✭ 80 (+220%)
Mutual labels:  accessibility, a11y, a11y-testing
Tanaguru
Automated accessibility (a11y) testing tool, with emphasis on reliablity and automation
Stars: ✭ 116 (+364%)
Mutual labels:  accessibility, a11y, a11y-testing
accessibility-ruleset-runner
eBay Accessibility Ruleset Runner automates 20% of WCAG 2.0 AA recommendations, saving time on manual testing.
Stars: ✭ 24 (-4%)
Mutual labels:  accessibility, a11y, a11y-testing
sa11y
Sa11y is an accessibility quality assurance tool that visually highlights common accessibility and usability issues. Geared towards content authors, Sa11y straightforwardly identifies errors or warnings at the source with a simple tooltip on how to fix them.
Stars: ✭ 137 (+448%)
Mutual labels:  accessibility, a11y, accessibility-testing
Pa11y
Pa11y is your automated accessibility testing pal
Stars: ✭ 3,207 (+12728%)
Mutual labels:  accessibility, a11y, accessibility-testing
accessibility-testing-tools
A collection of useful tools for accessibility testing and debugging in the browser, online and desktop
Stars: ✭ 18 (-28%)
Mutual labels:  accessibility, a11y, a11y-testing
accessibility-resources
A curated list of accessibility resources
Stars: ✭ 66 (+164%)
Mutual labels:  accessibility, a11y, a11y-testing
Asqatasun
Mirror of Asqatasun ---> we've moved to GITLAB https://gitlab.com/asqatasun/Asqatasun - Opensource web site analyser, used for web accessibility "a11y"
Stars: ✭ 217 (+768%)
Mutual labels:  accessibility, a11y
Accessible modal window
Accessible modal dialogs
Stars: ✭ 196 (+684%)
Mutual labels:  accessibility, a11y
accessible-name-automation-proof-of-concept
This is an experiment based on Accessibility Object Model (AOM). It tries to demonstrate that it is theoretically possible (in a certain way) to predict what the screen reader will say by focusing on semantic and non semantic elements with a bit of automated testing, thus reducing the need for manual testing.
Stars: ✭ 15 (-40%)
Mutual labels:  accessibility, a11y
ari
Accessible unstyled vue components
Stars: ✭ 22 (-12%)
Mutual labels:  accessibility, a11y
Eslint Plugin Jsx A11y
Static AST checker for a11y rules on JSX elements.
Stars: ✭ 2,609 (+10336%)
Mutual labels:  accessibility, a11y
Accessibility interview questions
A starting point for questions to ask someone that wants you to give them a job
Stars: ✭ 236 (+844%)
Mutual labels:  accessibility, a11y
Capable
Keep track of accessibility settings, leverage high contrast colors, and use scalable fonts to enable users with disabilities to use your app.
Stars: ✭ 189 (+656%)
Mutual labels:  accessibility, a11y
Wai Tutorials
W3C WAI’s Web Accessibility Tutorials
Stars: ✭ 229 (+816%)
Mutual labels:  accessibility, a11y
rgaa methodologie
[archivé] Méthodologie de tests pour la version 3 du RGAA
Stars: ✭ 15 (-40%)
Mutual labels:  a11y, a11y-testing
Accessibilitysnapshot
Easy regression testing for iOS accessibility
Stars: ✭ 236 (+844%)
Mutual labels:  accessibility, a11y
jquery-accessible-simple-tooltip-aria
jQuery accessible simple tooltip window, using ARIA
Stars: ✭ 22 (-12%)
Mutual labels:  accessibility, a11y
Creatability Components
Web components for making creative tools more accessible.
Stars: ✭ 248 (+892%)
Mutual labels:  accessibility, a11y

Screen reader testing

Move beyond trivial screen reader testing and instead test an entire workflow. Can a user navigate and traverse several workflows to complete a task?

7 tests in total with the first 4 navigational waypoints a user may encounter traversing a workflow, followed by 3 tests interacting with elements as part of the workflow.

Orientation and waypoint finding

  1. Ensure the screen reader output matches the visual output of all headings
  2. Ensure the screen reader output matches the visual output of all links (as a minimum)
  3. Ensure the screen reader output matches the visual output of all list elements
  4. Ensure the screen reader output the first 2 rows of a table and announces the columns

User actions and workflow traversal

  1. Ensure the screen reader output every visual error message
  2. Ensure the screen reader output all significant page activity (ajax spinner icon, new page)
  3. Ensure the screen reader output a controls outcome (collapsed/expanded, x number of items returned)

Screen reader documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].