POUR Principles
POUR is an acronym for the four core principles that form the foundation of the Web Content Accessibility Guidelines (WCAG): Perceivable, Operable, Understandable, and Robust. These principles describe qualities that digital content should have so that people, including those with disabilities, can access and use it. They provide a people-centered way of approaching web accessibility rather than a checklist of specific fixes.
POUR represents the four organizing principles under which the WCAG success criteria are grouped: Perceivable (information and user interface components must be presentable to users in ways they can perceive), Operable (user interface components and navigation must be operable), Understandable (information and the operation of the user interface must be understandable), and Robust (content must be robust enough to be interpreted reliably by a wide variety of user agents, including assistive technologies). Each WCAG success criterion falls under one of these principles, which in turn contain guidelines and testable criteria assigned to conformance levels (A, AA, AAA). The POUR framework is common across WCAG versions (2.0, 2.1, and 2.2); note that specific success criteria and their level assignments differ between versions, and meeting these principles supports but does not by itself guarantee an accessible experience or legal compliance. This entry describes a technical framework and is not legal advice.
Why it matters
The POUR principles matter because they reframe accessibility as a set of human-centered qualities rather than a mechanical checklist. As WebAIM notes, web accessibility is most easily achieved when people are placed at the center of the process, and the four principles, Perceivable, Operable, Understandable, and Robust, give teams a way to reason about whether real people, including those using assistive technologies, can actually access and use their content. This orientation helps designers, developers, and content authors understand the intent behind individual WCAG success criteria instead of treating each requirement in isolation.
Because every WCAG success criterion is organized under one of these four principles, POUR also provides a stable conceptual framework that carries across WCAG versions (2.0, 2.1, and 2.2). Teams that internalize the principles can adapt as specific success criteria and their conformance level assignments change between versions. That said, meeting the spirit of POUR supports but does not by itself guarantee an accessible experience for every user, nor does it guarantee legal compliance. Automated tools detect only a portion of potential issues, so manual review and testing with assistive technologies remain important.
Organizations should treat POUR as a starting point for building accessible digital experiences, as CAST describes it, rather than as a substitute for detailed conformance work or for legal advice. Accessibility requirements evolve through regulation and case law, and questions about specific legal obligations should be directed to qualified counsel.
Who it's relevant to
Inside POUR
Common questions
Answers to the questions practitioners most commonly ask about POUR.