-
Notifications
You must be signed in to change notification settings - Fork 13
Accessibility
Ensuring that the support site is as accessible as possible to as many users as possible is a critically important part of client-side work. Not only is it a core part of our principles as an organisation to make sure our products are accessible to all, an inaccessible checkout causes the Guardian to lose money- the spending power of disabled people in the UK alone is estimated in the billions.
All UI changes should be subject to both automated and manual accessibility testing.
We use the React-axe tool to automate accessibility checking on our pages. It tests pages running in dev with the axe-core accessibility testing library and shows results in the Chrome DevTools console.
React-axe output for the Digital Pack product page
Each item identified has a link to a page with an in-depth description of the problem and remediation suggestion. A full list of the accessibility rules checked is here
Axe is also incorporated into the accessibility add-on in Storybook, which runs the same checks against individual components. For a more detailed way to explore issues flagged by Axe, the Axe Devtools extension enables you to step through issues on a page.
In addition to automated testing we also need to make sure any non-trivial UI changes are tested manually, using keyboard navigation and a screen reader- many things that won't be picked up by automated tools will be surfaced by manual testing, such as a more confusing user experience with a screen reader.
The Guardian's accessibility repo has specific resources and recommendations for how to test using these tools.
- Redux Glossary
- Why Redux Toolkit?
- Writing state slices with Redux Toolkit
- Handling action side effects in Redux
- Presentational and Container Components
- Scoped actions and reducers
- Server Side Rendering
- Form validation
- CI build process
- Post deployment testing
- Post deployment test runbook
- TIP Real User Testing
- Code testing and validation
- Visual testing
- Testing Apple Pay locally
- Test Users
- Deploying to CODE
- Automated IT tests
- Deploying Fastly VCL Snippets
- Archived Components
- Authentication
- Switchboard
- How to make a fake contribution
- The epic and banner
- Environments
- Tech stack
- Supported browsers
- Contributions Internationalisation
- Payment method internationalisation in Guardian Weekly
- Print fulfilment/delivery
- Updating the acquisitions model
- Runscope testing
- Scala Steward for dependency management
- Alarm Investigations
- Ticker data
- Ophan
- Quantum Metric
- [Google Tag Manager] (https://github.com/guardian/support-frontend/wiki/Google-Tag-Manager)