-
Notifications
You must be signed in to change notification settings - Fork 23.1k
Expand file tree
/
Copy pathindex.md
More file actions
30 lines (23 loc) · 1.94 KB
/
index.md
File metadata and controls
30 lines (23 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: WCAG
slug: Glossary/WCAG
page-type: glossary-definition
sidebar: glossarysidebar
---
_Web Content Accessibility Guidelines_ (**WCAG**) is a recommendation published by the {{Glossary("WAI","Web Accessibility Initiative (WAI)")}} group at the {{Glossary("W3C")}}, outlining a set of guidelines for making content {{glossary("accessibility", "accessible")}} primarily for people with disabilities, but also for limited-resource devices and services, such as digital assistants.
WCAG 2 consists of 13 guidelines organized under 4 principles (perceivable, operable, understandable, and robust) and each guideline has testable success criteria.
WCAG 2 uses three levels of conformance:
- Priority 1: Web developers **must** satisfy these requirements, otherwise it will be impossible for one or more groups to access the Web content. Conformance to this level is described as A.
- Priority 2: Web developers **should** satisfy these requirements, otherwise some groups will find it difficult to access the Web content. Conformance to this level is described as AA or Double-A.
- Priority 3: Web developers **may** satisfy these requirements, in order to make it easier for some groups to access the Web content. Conformance to this level is described as AAA or Triple-A.
[WCAG 2.2](https://w3c.github.io/wcag/guidelines/22/) was published on Oct, 2023 and [WCAG 3.0](https://w3c.github.io/wcag3/guidelines/) is in development.
## See also
- [Understanding the Web Content Accessibility Guidelines](/en-US/docs/Web/Accessibility/Guides/Understanding_WCAG)
- [WCAG](https://en.wikipedia.org/wiki/Web_Content_Accessibility_Guidelines) on Wikipedia
- [Web Content Accessibility Guidelines (WCAG) 2.2: Recommendation](https://w3c.github.io/wcag/guidelines/22/)
- [W3C Accessibility Guidelines (WCAG) 3.0: Working Draft](https://w3c.github.io/wcag3/guidelines/)
- Glossary
- {{Glossary("Accessibility")}}
- {{Glossary("WAI")}}
- {{Glossary("ATAG")}}
- {{Glossary("UAAG")}}