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
Copy file name to clipboardExpand all lines: accessibility/compliance.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ All components implement the required WAI-ARIA attributes without the need for a
18
18
19
19
Due to the complexity of some of the components in the suite, we sometimes run into scenarios not covered by the WAI-ARIA specification. In those cases, we tap into the web development accessibility know-how of the rest of the Progress organization, including feedback from accessibility-minded users, for expertise and feedback based on 10 years of creating web component libraries. This knowledge-sharing across internal teams and clients helps us ensure that UI for Blazor can reach a certain level of accessibility compliance even with its most advanced components.
20
20
21
-
This article will be updated with details on the Section 508 and WCAG 2.1 compatibility levels.
21
+
This article will be updated with details on the Section 508 and WCAG 2.2 compatibility levels.
22
22
23
23
<!--
24
24
>caption Accessibility compliance levels support provided by the Telerik UI for Blazor components.
@@ -29,7 +29,7 @@ In this article you will find information on the general topics of accessibility
29
29
Accessible websites and applications normally comply with some or all of the following standards:
30
30
31
31
*[Section 508](#section-508)
32
-
*[W3C Web Content Accessibility Guidelines (WCAG) 2.1](#w3c-web-content-accessibility-guidelines-wcag-21)
32
+
*[W3C Web Content Accessibility Guidelines (WCAG) 2.2](#w3c-web-content-accessibility-guidelines-wcag-22)
33
33
34
34
### Section 508
35
35
@@ -43,14 +43,15 @@ For more information, refer to:
43
43
*[Telerik UI for Blazor Accessibility Compliance]({%slug accessibility-compliance%})
44
44
45
45
46
-
### W3C Web Content Accessibility Guidelines (WCAG) 2.1
46
+
### W3C Web Content Accessibility Guidelines (WCAG) 2.2
47
47
48
48
The Web Content Accessibility Guidelines (WCAG) which are set by the World Wide Web Consortium (W3C) define recommendations for making web content accessible to people with physical and cognitive disabilities. WCAG defines accessibility principles with their respective success criteria. Depending on the implemented success criteria by a web application, the WCAG provide the A, `AA`, and AAA levels of accessibility conformance.
*[Telerik UI for Blazor Accessibility Compliance]({%slug accessibility-compliance%})
55
56
56
57
@@ -78,7 +79,7 @@ By default, users can only navigate to links, buttons, and form controls with a
78
79
79
80
[Keyboard accessibility](https://www.w3.org/WAI/WCAG21/quickref/#keyboard-accessible) is a category under the [WCAG Operable principle](https://www.w3.org/WAI/WCAG21/quickref/#principle2).
80
81
81
-
In WCAG 2.1, the keyboard accessible category provides the following success criteria:
82
+
In WCAG 2.2, the keyboard accessible category provides the following success criteria:
@@ -90,9 +91,9 @@ See the [Keyboard Support in Telerik UI for Blazor]({%slug accessibility-keyboar
90
91
> The described level of compliance in the table below is achievable with the [**Ocean Blue Sass Swatch**]({%slug themes-accessibility-swatch%}) and the **Default Ocean Blue A11Y**.
91
92
92
93
### Accessibility Compliance Components Table
93
-
The following table lists the Section 508 and WCAG 2.1 compliance levels of support for the Blazor UI components.
94
+
The following table lists the Section 508 and WCAG 2 compliance levels of support for the Blazor UI components.
94
95
95
-
|Component |508|WCAG 2.1| Accessibility Example | Accessibility Documentation |
96
+
|Component |508|WCAG 2.2| Accessibility Example | Accessibility Documentation |
0 commit comments