← New search

Other meanings of Web accessibility

Digital inclusion

Web accessibility

Web accessibility is the practice of making websites and web applications usable by people with disabilities. It covers design, content, code, and interaction across visual, auditory, motor, speech, cognitive, and neurological needs. The central technical reference is the Web Content Accessibility Guidelines (WCAG), which organizes accessibility around perceivable, operable, understandable, and robust content.1 Accessibility also improves usability for people facing temporary limitations, changing abilities, slow connections, small screens, or noisy environments.

4
WCAG principles
Perceivable, operable, understandable, robust
3
WCAG 2.2 levels
A, AA, and AAA conformance
1999
First WCAG version
W3C Recommendation
1

Scope and principles

Web accessibility begins with removing barriers between people and digital information, services, and participation. The Web Content Accessibility Guidelines define testable success criteria under four principles: content must be perceivable, interfaces operable, information understandable, and code robust enough to work with current and future user agents.1

Disability-related barriers vary widely. A blind user may depend on a screen reader and meaningful structure; a user with limited mobility may require keyboard navigation or switch access; a deaf user needs captions; and a person with dyslexia or a cognitive disability may benefit from predictable layouts and clear language. Accessibility is therefore broader than visual contrast or enlarging text. It includes documents, media, forms, authentication, error handling, and interactive components.

2

Design and implementation

Accessible experiences are built through coordinated design, content, and engineering decisions rather than a final compliance patch. Semantic HTML gives headings, landmarks, lists, tables, labels, and controls machine-readable meaning; visible focus indicators and logical keyboard order make interaction possible without a mouse. Text alternatives should convey the purpose of informative images, while decorative images can be ignored by assistive technologies.

Multimedia generally requires synchronized captions, and audio-only information may need a transcript. Responsive layouts, sufficient contrast, resizable text, and generous touch targets support different devices and conditions. Dynamic interfaces require careful focus management and accurate states, sometimes using WAI-ARIA; however, native HTML controls are usually preferable when they provide the needed behavior. WCAG 2.2 adds criteria addressing areas such as focus appearance, dragging alternatives, and accessible authentication.12

3

Testing, conformance, and law

Reliable accessibility work combines automated checks, manual inspection, and testing with disabled people. Automated tools can detect some missing labels, contrast failures, or invalid markup, but they cannot reliably judge whether alternative text is meaningful, whether instructions are understandable, or whether a complete task can be finished. Keyboard-only testing, zoom and reflow checks, multiple browsers, and representative assistive technologies expose different barriers.

WCAG conformance is reported at Levels A, AA, or AAA, with AA commonly selected for broad organizational requirements; conformance applies to defined content and test conditions, not to a vague claim that a site is universally accessible.2 Legal duties differ by jurisdiction. In the United States, Section 508 establishes accessibility requirements for federal agencies’ information and communication technology, while international disability rights policy treats access to information and communication as part of participation and equality.34

4

Lesser-known aspects

Accessibility failures often arise in overlooked states and services rather than on a page’s main view. Cookie dialogs, embedded payment fields, date pickers, charts, maps, chat widgets, password recovery, CAPTCHA, and session timeouts can block a task even when the surrounding page passes basic scans. Mobile accessibility also involves orientation, touch gestures, voice control, and zoom—not simply a smaller desktop layout.

Accessibility is an ongoing product practice because content changes, third-party components update, and users encounter combinations of technologies that a test laboratory cannot reproduce. The W3C emphasizes involving people with disabilities and considering accessibility throughout research, procurement, design, development, and maintenance.5 The same work can improve resilience for people without disabilities: captions help in quiet or noisy settings, keyboard support helps power users, and clear error messages reduce abandonment for everyone. Inclusive design complements, but does not replace, individualized accommodations.

Glossary

WCAG
Web Content Accessibility Guidelines, the W3C standard for making web content more accessible.
Assistive technology
Hardware or software that helps a person access or interact with digital content, such as a screen reader, magnifier, switch, or voice-control system.
Semantic HTML
HTML whose elements communicate the structure and meaning of content, such as headings, navigation landmarks, buttons, and form labels.
WAI-ARIA
Web Accessibility Initiative specification for adding roles, states, and properties to dynamic interfaces when native HTML does not provide the required semantics.
Conformance
The degree to which specified content satisfies the applicable WCAG requirements at a stated level and under defined conditions.

WCAG is a technical standard, not a guarantee that every person can use every interface; accessibility depends on the content, implementation, user technology, and context of use.