We look at what the latest Web Content Accessibility Guidelines (WCAG) are and how you can design your website to meet them.

Why is website accessibility important?
- Inclusivity: The principle of the internet is universal access. Excluding individuals due to disabilities is unfair and puts them at a disadvantage.
- Legal compliance: Many nations, including the UK, have mandated web accessibility for public platforms. Non-compliance could lead to legal consequences.
- Broader audience reach: Accessibility extends your user base. Intuitive navigation benefits all users.
- Improved SEO: Accessible websites often rank better on search engines. Structured content with meaningful alternative texts gets favoured in search engine results.
What are the Web Content Accessibility Guidelines (WCAG)?
- Text alternatives: Visual media should have alternative text descriptions.
- Adaptable content: Content should retain its essence regardless of its layout or presentation.
- Distinguishable: Content must be easily seen or heard, differentiating it from the background.
- Keyboard accessible: All functions should be operable via a keyboard.
- Navigation: Tools and markers to aid navigation and location identification are necessary.
- Readable text: Text should be legible, with customization options for a user’s comfort.
- Predictable design: Consistency in navigation and operations is key.
- Error suggestions: Corrective suggestions for user mistakes are beneficial.
At the core of the WCAG are three guiding principles that frame the guidelines:
At the core of the WCAG are three guiding principles that frame the guidelines:
Perceivable
Information and user interface components must be presented in ways all users can discern, irrespective of their disabilities. This covers guidelines like text alternatives, adaptable content, and distinguishable foreground and background.
Operable
All users, including those with disabilities, should be able to interact and navigate the interface. Key criteria include keyboard accessibility, ample time for tasks, and navigation aids.
Understandable
The information and operation of the user interface must be clear. This principle champions readable text, predictable design, and input assistance.
How to ensure your website meets the AA WCAG Standard
- Design with accessibility in mind: In the design stage, ensure page layouts are compliant with WCAG guidelines, considering colour contrast, legibility, readability, and identifiable feedback, all without compromising aesthetics. Don’t treat it as an afterthought after the page has already been designed.
- Use well-structured HTML with the correct semantic elements and add additional information by using the Accessible Rich Internet Applications (ARIA) specifications to enhance the user experience for visually impaired users and better communicate with assistive technologies, such as screen readers.
- Comprehensive testing: Use automated testing tools like WAVE, SiteImprove, and tota11y, as well as assistive technologies like VoiceOver and JAWS, to check various elements, including colour contrast and heading structure. Manual testing alongside this ensures correct ARIA roles and web mark-up.
- Collaborate for independent audits: Engaging with third-party specialists to conduct independent accessibility audits with users having accessibility needs offers in-depth insights on assistive technology interactions.
Accessibility case study: WCAG for SOAS
What’s new in WCAG 2.2?
- Focus appearance – level AA: This specifies that the minimum size of a focus indicator must be at least 1-pixel thick border around the element. Focus indicators help users navigate a website via keyboard without a mouse, by showing which element they currently have selected.
- Focus appearance – level AAA: This is similar to Focus appearance level AA, but makes it more visible by stipulating that the focus indicator must be at least 2 pixels thick around the element.
- Fixed reference points – level A: This stipulates that digital and paper versions of publications should have matching page numbers, so that all users can be on the same page.
- Dragging – level AA: In order to help users with difficulty with fine motor movements, this requires that interfaces that would usually be operating by dragging can be operated by tapping keyboard buttons, such as up/down/left/right.
- Pointer target spacing- Level AA: This is to help users who struggle with fine motor movements select elements such as buttons. It requires buttons to be above a defined minimum size (44 x 44 CS pixels) or leaving spacing between targets that means there’s at least 44 pixels between the far side of one target and the nearest side of the closest target.
- Findable help- level A: This requires that you have a way to access help such as contact details, a Q&A page or a built-in messaging option like live chat.
- Hidden Controls- Level AA: This requires controls that are relevant to completing a process on the site (e.g. filling out and submitting a form) be consistently visible, and not only appear on hover.
- Accessible authentication – Level A: This states that there must be a path through authentication which does not require a cognitive function test. This includes memorizing passwords, and therefore the password field should be able to be filled by a password manager extension.
- Redundant entry- Level A: This means you should not require users to input the same information multiple times, such as a allowing a user to confirm that the billing and shipping address are the same rather than requiring them to enter it twice.