Skip to Main Content
WCAG Standards07 July 2026

WCAG-EM: The Official Methodology for Website Accessibility Audits

Author

Redaksi Disabilitas.com

4 Min Read2 Views

The Enterprise Auditing Problem

Auditing a small five-page portfolio website for accessibility is a straightforward task. You can manually test every single page with a screen reader, run automated tools on every URL, and meticulously check the contrast of every element.

But how do you audit an enterprise e-commerce platform with 50,000 product pages, a sprawling government portal, or a global university website? Testing every single page manually is mathematically impossible and financially prohibitive.

To solve this, the W3C created WCAG-EM (Website Accessibility Conformance Evaluation Methodology). As Olga Revilla explains in Web Accessibility: WCAG 2.2 made easy, WCAG-EM is the internationally recognized standard procedure for determining whether a large-scale website conforms to WCAG. It provides a structured, legally defensible approach to accessibility auditing based on representative sampling.


The 5 Steps of the WCAG-EM Methodology

WCAG-EM does not tell you how to test a specific button for contrast; the WCAG guidelines do that. Instead, WCAG-EM tells you which pages to test and how to report the overall findings. The methodology is broken down into five mandatory steps.

Step 1: Define the Evaluation Scope

Before opening a single testing tool, you must define exactly what is being audited unambiguously. * Target: Is it the entire `www.example.com` domain, or just the `/checkout/` subdomain? You cannot exclude core processes (like navigation or checkout) if they are part of the primary site function. * Standard and Level: Which version of WCAG? Are you aiming for Level A, Level AA, or Level AAA? * User Agents: Define the exact list of web browsers, screen readers, and magnifiers that the site must support. Defining the scope protects the auditor from "scope creep" and provides clarity to the client.

Step 2: Explore the Target Website

In this phase, the auditor acts like a standard user and an automated crawler to understand the site's use, purpose, and functionality. * Identify all the core functionalities (e.g., searching for a product, adding to cart). * Identify the different types of web pages (e.g., standard templates, product grids). * Identify dynamic page states (e.g., the homepage when a user is logged in vs. logged out). * Identify the underlying technologies used (e.g., HTML, CSS, JavaScript, ARIA, PDF documents).

Step 3: Select a Representative Sample

This is the heart of WCAG-EM. Since you cannot test 50,000 pages, you must select a highly representative sample. Revilla emphasizes that the sample consists of two parts: 1. Structured Sample: Must include common pages (Homepage, sitemap), essential processes (Step 1, 2, and 3 of checkout), distinct templates, and pages heavily reliant on specific technologies (video players, tables). 2. Random Control Sample: You must select random pages equal to 10% of your structured sample. If your structured sample is 50 pages, you add 5 random pages. This control sample acts as a safety net to verify your results.

Step 4: Audit the Selected Sample

Now the actual testing begins. The auditor evaluates the selected sample against the success criteria defined in Step 1. * Evaluate interface components in different states (e.g., a text field in its initial state, focused state, typed-in state, and error state). * Use a combination of automated tools and manual testing (screen readers, keyboard). The Control Check: If you find accessibility errors in the random control sample that are not* present in the structured sample, your structured sample is not representative enough! You must go back to Step 2 and 3.

Step 5: Record the Results and Report

A formal WCAG-EM report must document the process (assessor, scope, sample, and audit results). * Include at least one specific example for each criterion that fails. * W3C WCAG-EM Report Tool: Revilla highly recommends using this official online tool to record evaluation data and generate a standardized PDF or JSON report.

Declaring Conformance

One crucial rule from Revilla's book: You cannot issue a standard WCAG Declaration of Conformance for an entire website if you only tested a sample. Instead, your declaration must explicitly state the methodology used. For example: "An accessibility audit of the example.com site has been conducted following the W3C WCAG-EM methodology. The audit result satisfies the AA compliance level of WCAG 2.2."

Conclusion

WCAG-EM transforms accessibility auditing from a haphazard, overwhelming task into a scientific, manageable process. By focusing on critical user journeys, utilizing a structured sample backed by a random control group, and documenting results properly, an organization can confidently assess their massive digital ecosystem and provide a legally sound statement of conformance.

References

- Revilla, O. Web Accessibility: WCAG 2.2 made easy. - W3C Web Accessibility Initiative (WAI). Website Accessibility Conformance Evaluation Methodology (WCAG-EM).

What do you think?

Give your reaction to this article