AA Accessibility: What WCAG Level AA Means and How to Achieve It

Checklist icon

If someone mentions WCAG Level AA in a meeting and you are not entirely sure what it means or why your website should meet it, you are not alone. The Web Content Accessibility Guidelines can feel impenetrable at first glance, full of technical criteria, success levels and conformance requirements that seem designed for developers rather than business owners. But Level AA is the standard that matters for most organisations, and understanding what it requires is the first step toward making your website accessible. Businesses that want to achieve and maintain AA compliance benefit from working with a team experienced in website accessibility who can translate the guidelines into practical, achievable improvements.

Level AA is not about perfection. It is about removing the barriers that prevent real people from using your website.

Understanding WCAG Conformance Levels

WCAG defines three conformance levels: A, AA and AAA. Each level builds on the one below it, with A being the minimum baseline and AAA being the most stringent. The W3C designed these levels to provide a progressive framework that organisations can work toward based on their context, resources and audience needs, with detailed requirements for each of the WCAG conformance levels.

Level What It Covers Practical Implication
Level A important baseline accessibility. Prevents the most serious barriers. Without this, some users literally cannot use your website at all.
Level AA Addresses the most common barriers. Covers usability for the widest range of disabilities. The accepted standard for legal compliance and practical accessibility in the UK.
Level AAA The highest standard. Addresses additional specialist needs. Not typically achievable for an entire website. Used selectively for specific content.

Level AA is the standard referenced in UK legislation, including the Public Sector Bodies Accessibility Regulations 2018, and it is the standard that courts and regulators use as their benchmark when assessing whether a website meets accessibility requirements under the Equality Act 2010. It is also the standard that most private sector organisations target because it covers the broadest range of accessibility needs without requiring the specialist provisions of AAA.

What Level AA Requires

WCAG is organised around four principles: Perceivable, Operable, Understandable and strong. Level AA includes all Level A criteria plus additional requirements under each principle. Here is what the most impactful Level AA criteria mean in practical terms.

Colour contrast is one of the most visible AA requirements. Text must have a contrast ratio of at least 4.5:1 against its background for normal-sized text and 3:1 for large text. This ensures that people with low vision, colour blindness or those using screens in bright conditions can read your content. Grey text on a white background, a common design choice, frequently fails this criterion.

Fix icon

Text resize is another key requirement. Users must be able to increase text size to 200% without losing content or functionality. If your website layout breaks when someone uses their browser’s zoom function, that is an AA failure. Responsive design helps here, but it is not automatically sufficient. Fixed-height containers, overflow:hidden on text elements and absolute positioning can all cause content to disappear or overlap when text is enlarged.

Keyboard accessibility at Level AA means that all interactive elements must be operable using a keyboard alone, and the focus indicator, the visual outline that shows which element is currently selected, must be visible. Many websites remove the default browser focus outline for aesthetic reasons without providing an alternative, which makes keyboard navigation impossible for users who cannot use a mouse.

Removing the browser’s default focus outline without adding a custom one is the single most common AA failure we encounter during accessibility audits. It takes minutes to fix and affects every keyboard user who visits your site.

That perspective highlights an important consideration for what follows.

Common AA Failures and How to Fix Them

Certain accessibility issues appear consistently across the majority of websites that have not been specifically designed with WCAG AA in mind. Knowing what these are helps you prioritise your remediation efforts.

  • Missing or inadequate alt text on images. Every non-decorative image needs descriptive alt text. Decorative images should have empty alt attributes (alt=””) so screen readers skip them entirely.
  • Form inputs without associated labels. Every form field needs a programmatically associated label element. Placeholder text does not count because it disappears when the user starts typing.
  • Insufficient colour contrast. Check all text/background combinations including headers, body text, links and form labels against WCAG’s 4.5:1 ratio requirement.
  • Missing heading hierarchy. Pages should use heading levels (H1 through H6) in a logical order. Skipping from H2 to H4 confuses screen reader users who work through by heading level.
  • Non-descriptive link text. Links that say “click here” or “read more” convey no information when read out of context. Link text should describe the destination.
  • Inaccessible dropdown menus and navigation. Complex menus need proper ARIA attributes and keyboard support to be usable without a mouse.

Most of these issues are straightforward to fix once identified. The challenge is identifying them comprehensively, which is where tools and manual testing work together. Automated scanners like WebAIM’s WAVE catch some of these issues, but manual testing with a screen reader and keyboard catches the rest.

The Business Case for AA Compliance

Legal compliance is the most frequently cited reason for pursuing AA accessibility, but it is not the only one. The commercial benefits are genuine and measurable for businesses that approach accessibility as a user experience improvement rather than purely a compliance exercise.

Accessible websites tend to be better structured, faster loading and easier to use for everyone. The same clear heading structure that helps a screen reader user work through also helps a sighted user scan your content. The same keyboard navigability that a motor-impaired user depends on also benefits power users who prefer keyboard shortcuts. The same readable colour contrast that helps someone with low vision also helps anyone reading on a phone in bright sunlight.

From an SEO perspective, many accessibility improvements align directly with search engine best practices. Semantic HTML, descriptive alt text, clear heading hierarchies, readable content and fast page loads are all factors that search engines reward. Investing in accessibility often produces organic search improvements as a side benefit.

The disabled community in the UK represents a significant market. According to government statistics, around one in five people in the UK have a disability. The combined spending power of disabled people and their households is substantial. A website that excludes this audience through accessibility barriers is leaving money on the table.

Achieving AA Compliance: A Practical Approach

Full WCAG AA compliance across an entire website is achievable, but it requires a structured approach rather than a scattergun effort. Prioritise the highest-impact issues first, fix them properly and then work through the remaining items systematically.

Start with an audit. Whether you conduct this internally or with an agency, you need a thorough list of all AA failures on your site. The audit should test a representative sample of page templates, including your homepage, key landing pages, forms, navigation and any interactive components.

Prioritise fixes based on user impact. Issues that completely block access, such as forms that cannot be submitted via keyboard or content that is invisible to screen readers, should be addressed before issues that cause inconvenience but do not prevent access. This impact-based prioritisation ensures that the most significant barriers are removed first.

Build accessibility into your processes going forward. Every new page, feature and content update should be checked against AA criteria before publication. This prevents the common pattern of achieving compliance, then gradually introducing new barriers through ongoing content and development work. As Equalize Digital recommends, accessibility is most effective when treated as a continuous practice rather than a one-time project.

Maintaining Compliance Over Time

Maintenance icon

Achieving AA compliance is a milestone, not a finish line. Websites change constantly through new content, updated features, redesigned components and third-party integrations. Each change has the potential to introduce new accessibility barriers, which means ongoing monitoring is important.

Automated monitoring tools can catch regressions in measurable criteria like colour contrast, missing alt text and form label associations. Run these checks regularly, ideally as part of your deployment process so that new barriers are caught before they reach your users. Manual testing should happen quarterly or whenever significant changes are made to your site structure or functionality.

Your accessibility statement, which is legally required for public sector organisations and best practice for everyone else, should be reviewed and updated whenever significant changes occur. The statement should accurately describe your current conformance level, any known limitations and how users can report accessibility issues they encounter.

WCAG itself evolves. Version 2.2, published in 2023, added new success criteria including focus appearance requirements and accessible authentication. Future versions will continue raising the bar. Staying informed about these changes and planning for them keeps your website ahead of compliance requirements rather than perpetually catching up. Treat accessibility as a component of your ongoing website maintenance programme, and it becomes a manageable, continuous improvement rather than an overwhelming remediation project.

FAQs

What is WCAG Level AA and why is it the standard most UK websites should meet?

WCAG Level AA is the middle tier of the Web Content Accessibility Guidelines, sitting between the basic Level A and the most stringent Level AAA. It is the standard referenced in UK legislation, including the Public Sector Bodies Accessibility Regulations 2018, and it serves as the benchmark courts and regulators use when assessing compliance under the Equality Act 2010. Level AA addresses the most common barriers that prevent people with disabilities from using websites, covering requirements like colour contrast, text resizing, keyboard accessibility and clear heading structures. Most private sector organisations also target AA because it covers the widest range of accessibility needs without requiring the specialist provisions of AAA, which is generally not achievable across an entire website.

What are the most common WCAG AA failures found on websites?

The most frequently encountered AA failures include missing or inadequate alt text on images, form inputs without properly associated labels, insufficient colour contrast between text and backgrounds, broken heading hierarchies that skip levels, and non-descriptive link text such as “click here” or “read more”. Removing the browser’s default focus outline without providing a custom alternative is another extremely common issue that makes keyboard navigation impossible. These problems appear consistently across websites that have not been specifically designed with WCAG AA in mind, but most of them are straightforward to fix once identified through a combination of automated scanning tools and manual testing with screen readers and keyboards.

Does meeting WCAG AA accessibility requirements help with SEO?

Many accessibility improvements align directly with search engine best practices, so investing in AA compliance often produces organic search benefits as a side effect. Semantic HTML, descriptive alt text on images, clear heading hierarchies, readable content and fast page loads are all factors that both accessibility standards and search engines reward. Accessible websites also tend to be better structured and easier to use for all visitors, which can improve engagement metrics like time on site and reduce bounce rates. While SEO should not be the primary reason for pursuing accessibility, it is a genuine and measurable commercial benefit that comes alongside legal compliance and improved user experience.

Avatar for Paul Clapp
Co-Founder at Priority Pixels

Paul leads on development and technical SEO at Priority Pixels, bringing over 20 years of experience in web and IT. He specialises in building fast, scalable WordPress websites and shaping SEO strategies that deliver long-term results. He’s also a driving force behind the agency’s push into accessibility and AI-driven optimisation.

Related Website Accessibility Insights

Guidance on WCAG compliance, accessibility audits and building inclusive websites that work for everyone.

WCAG Audit Guide: What Gets Tested and What to Fix First
B2B Marketing Agency
Have a project in mind?

Every project starts with a conversation. Ready to have yours?

Start your project
Web Design Agency