You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the Accessibility Coding Standards and related references to WCAG 2.2. WCAG 2.2 was established as the most recent version of the official W3C recommendations in October 2023, and it is past time that we migrate our standards to coordinate. They are already established in law in the UK, and the European Accessibility Act that comes into enforcement in June 2025 has revisions in progress to update those requirements.
Copy file name to clipboardExpand all lines: wordpress-coding-standards/accessibility.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Accessibility Coding Standards
2
2
3
-
Code integrated into the WordPress ecosystem - including WordPress core, WordPress.org websites, and official plugins, is expected to conform to the Web Content Accessibility Guidelines (WCAG), version 2.1, at level AA.
3
+
Code integrated into the WordPress ecosystem - including WordPress core, WordPress.org websites, and official plugins, is expected to conform to the Web Content Accessibility Guidelines (WCAG), version 2.2, at level AA.
4
4
5
5
New or updated interfaces are encouraged to incorporate the Authoring Tool Accessibility Guidelines (ATAG) 2.0. The most significant way that ATAG 2.0 guidelines can be incorporated is by emphasizing choices that help people make more accessible content: encouraging alternative text, captions, and semantic structures, for example.
6
6
@@ -10,15 +10,15 @@ The WordPress A11y team is in the process of developing a library of recommended
-[W3C Introduction to ATAG](https://www.w3.org/WAI/standards-guidelines/atag)
23
23
24
24
## About WCAG A, AA, and AAA Conformance Levels
@@ -35,7 +35,7 @@ The WordPress commitment is to conform to all WCAG 2.1 Level A and Level AA guid
35
35
36
36
## Applying WCAG Conformance Levels
37
37
38
-
WCAG 2.1 consists of 4 layers:
38
+
WCAG 2.2 consists of 4 layers:
39
39
40
40
- Principles
41
41
- Guidance
@@ -44,7 +44,7 @@ WCAG 2.1 consists of 4 layers:
44
44
45
45
### Principles
46
46
47
-
When applying WCAG 2.1, the guidance and success criteria are organized around 4 principles. These principles place emphasis on how people interact with content and must be:
47
+
When applying WCAG 2.2, the guidance and success criteria are organized around 4 principles. These principles place emphasis on how people interact with content and must be:
48
48
49
49
-**Perceivable** - interacting with the content using the medium that they are familiar with. For example, providing text alternatives for those who are blind.
50
50
-**Operable** - finding and using content is accessible. For example, being able to use a keyboard or a screen reader.
@@ -53,7 +53,7 @@ When applying WCAG 2.1, the guidance and success criteria are organized around 4
53
53
54
54
### Guidance
55
55
56
-
Each principle is supported by a list of guidelines to ensure that content is more accessible and presentable across the different devices that meet a user’s disability. The guidelines are listed below, the full detail can be found in the WCAG 2.1.
56
+
Each principle is supported by a list of guidelines to ensure that content is more accessible and presentable across the different devices that meet a user’s disability. The guidelines are listed below, the full detail can be found in the WCAG 2.2.
0 commit comments