Acquia Monsido Accessibility Test Pages
This project contains test pages demonstrating various accessibility issues and solutions based on WCAG success criteria.
-
3.1.1 Language of Page (A)
The default human language of each web page can be programmatically determined.
-
3.1.2 Language of Parts (AA)
The human language of each passage or phrase in the content can be programmatically determined.
-
3.1.4 Abbreviations (AAA)
A mechanism for identifying the expanded form or meaning of abbreviations is available.
-
3.2.6 Consistent Help (A)
Help mechanisms that are provided on multiple pages are presented in a consistent order.
-
3.3.1 Error Identification (A)
If an input error is automatically detected, the item that is in error is identified and the error is described to the user in text.
-
3.3.2 Labels or Instructions (A)
Labels or instructions are provided when content requires user input.
-
3.3.3 Error Suggestion (AA)
If an input error is automatically detected and suggestions for correction are known, then the suggestions are provided to the user.
-
3.3.4 Error Prevention (Legal, Financial, Data) (AA)
For web pages that cause legal commitments or financial transactions, that modify or delete user-controllable data, or that submit user test responses, at least one of: reversible, checked, or confirmed.
-
3.3.5 Help (AAA)
Context-sensitive help is available.
-
3.3.7 Accessible Authentication (AA)
For each step in an authentication process that relies on a cognitive function test, at least one other authentication method is available.
-
3.3.8 Accessible Authentication (Enhanced) (AAA)
For each step in an authentication process, an authentication method is available that does not rely on a cognitive function test.
-
3.3.9 Redundant Entry (A)
Information previously entered by or provided to the user that is required to be entered again in the same process is either auto-populated or available for the user to select.
About This Project
This collection of accessibility test pages is designed to demonstrate both good and bad examples of implementing WCAG success criteria. Each page includes examples of common accessibility issues and their solutions.