Accessibility
On April 24, 2024, the United States Department of Justice issued its final rule revising the regulation implementing Title II of the ADA regarding web and mobile application accessibility. Agencies are working to meet requirements by April 24, 2026, in order to ensure all New Mexicans of all abilities can access state government resources and services.
For detailed information on the ADA requirements for government services, programs, and activities, please visit ADA.gov. For specific guidance on digital accessibility, please review the Fact Sheet: New Rule on the Accessibility of Web Content and Mobile Apps Provided by State and Local Governments.
The new ADA rules require that all websites meets the International Web Content Accessibility Standards (WCAS) 2.1, which are found here: https://www.w3.org/TR/WCAG21/
For detailed information on the ADA requirements for government services, programs, and activities, please visit ADA.gov. For specific guidance on digital accessibility, please review the Fact Sheet: New Rule on the Accessibility of Web Content and Mobile Apps Provided by State and Local Governments.
The new ADA rules require that all websites meets the International Web Content Accessibility Standards (WCAS) 2.1, which are found here: https://www.w3.org/TR/WCAG21/
Web Content Accessibility Standards (WCAS) 2.1
Web Content Accessibility Guidelines (WCAG) 2.1
Web Content Accessibility Guidelines (WCAG) 2.1
4 Principles:
(See also: Understanding the Four Principles of Accessibility)
- Perceivable
- Operable
- Understandable
- Robust
13 Guidelines:
13 guidelines provide the basic goals to make content more accessible to users with different disabilities.
Success Criteria:
For each guideline, testable success criteria are provided to allow WCAG 2.1 to be used where requirements and conformance testing are necessary such as in design specification, purchasing, regulation, and contractual agreements. In order to meet the needs of different groups and different situations, three levels of conformance are defined.
3 Levels of Conformance:
(See also: Levels of Conformance)
- A (lowest)
- AA
- AAA (highest)
2 Categories of Techniques:
(See also: Sufficient and Advisory Techniques in Understanding WCAG 2.1)
- Sufficient - techniques that are sufficient for meeting the success criteria
- Advisory - techniques that go beyond what is required by success criteria to better address the guidelines.
Principle 1: Perceivable
Principle 1: Perceivable
Information and user interface components must be presentable to users in ways they can perceive.
Information and user interface components must be presentable to users in ways they can perceive.
Guideline 1.1 Text Alternatives
Provide text alternatives for any non-text content so that it can be changed into other forms people need, such as large print, braille, speech, symbols or simpler language. |
1.1.1 Non-text Content Level A - All non-text content that is presented to the user has a text alternative that serves the equivalent purpose, except for the situations listed below.
|
Guideline 1.3 Adaptable
Create content that can be presented in different ways (for example simpler layout) without losing information or structure. |
Guideline 1.4 Distinguishable
Make it easier for users to see and hear content including separating foreground from background. |
Principle 2: Operable
Guideline 2.4 Navigable
Provide ways to help users navigate, find content, and determine where they are. |
Guideline 2.5 Input Modalities
Make it easier for users to operate functionality through various inputs beyond keyboard. |
Principle 3: Understandable
Principle 3 Understandable
Information and the operation of the user interface must be understandable.
Principle 4: Robust
Principle 4 Robust
Content must be robust enough that it can be interpreted by a wide variety of user agents, including assistive technologies.
Guideline 4.1 Compatible
Maximize compatibility with current and future user agents, including assistive technologies. |
4.1.1 Parsing
Level A - In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features. 4.1.2 Name, Role, Value Level A |