This Page
Organization of WCAG 2.0
The Web Content Accessibility Guidelines (WCAG) 2.0 are organized into general principles that apply to past, present and future technologies—that is, they tend to focus more on the needs of the user than on detailing specific technical guidelines. To assist in interpreting the principles, the WCAG have also provided implementation guidelines, which address common technical implementations of the principles.
Both the WCAG 2.0 and the older WCAG 1.0 are further organized into priority levels, ranging from most important (A) to least important (AAA). At Penn State, Web sites should fulfill levels A and AA to be considered compliant.
List of Principles and Implementation Guidelines
Below is a list of principles summarizing WCAG 2.0 principles and guidelines (as of 2011), with simple implementation guidelines and links on where to find more details. These guidelines are not a list of HTML "dos and don’ts", but rather a list of accommodations that must be made for people with different disabilities.
The "How to Implement" column represents a minimum baseline for HTML, video, audio and other common technologies, although adjustments can be made as needed. Note that not every technology may be covered in these guidelines.
Principle 1: Perceivable
Examples of Principle 1:
- Visually impaired users must be able to receive information via sound or touch
- Hearing impaired users must be able to receive information via sight
- Low vision users must be able to receive information with alternative formatting or zoomed to larger sizes
- Color deficient users must be able to receive information without use of color
Guidelines 1.1–1.4
Guideline Number | Guideline | How to Implement |
---|---|---|
Guideline 1.1: Text Equivalent |
"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." |
|
Guideline 1.2: Time Based Media (Audio/Video) |
"Provide alternatives for time-based media." |
|
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
Examples of Principle 2:
- Functions triggered via mouse or gesture are also available via a keyboard
- All users are given sufficient time to read and use content.
- Content does not induce seizures.
- Users are given mechanisms to skip repetitive content.
- Landmarks are provided to assist in screenreader navigation (e.g. meaningful page title, semantic headings, ARIA landmarks) meaningful headers and meaningful and unique link text.
- Multiple paths are provided to navigate Web site structure.
Guidelines 2.1–2.4
Guideline Number | Guideline | How to Implement |
---|---|---|
Guideline 2.1: Keyboard Accessible |
"Make all functionality available from a keyboard." | All form and application controls can be operated from a keyboard. For example:
|
Guideline 2.2: Enough Time |
"Provide users enough time to read and use content." | When appropriate:
Exceptions are allowed when changes in timing would interfere with an essential function. |
Guideline 2.3: Seizures |
"Do not design content in a way that is known to cause seizures." |
|
Guideline 2.4: Navigable |
"Provide ways to help users navigate, find content, and determine where they are." |
|
Principle 3: Understandable
Examples of Principle 3:
- Site is free of unannounced pop up windows.
- Separate Submit or Go buttons/links are provided to initiate page changes (versus autosubmit upon selection).
- Navigation and labels are consistent across a Web site or application.
- Mechanisms are available to detect errors and provide clear instructions to users on fixing errors.
- Language of text or subsection of text is identified.
Guidelines 3.1–3.3
Guideline Number | Guideline | How to Implement |
---|---|---|
Guideline 3.1: Readable |
"Make text content readable and understandable." |
|
Guideline 3.2: Predictable |
"Make Web pages appear and operate in predictable ways." |
|
Guideline 3.3: Input Assistance |
"Help users avoid and correct mistakes." |
|
Principle 4: Robust
Guideline 4.1
Guideline Number | Guideline | How to Implement |
---|---|---|
Guideline 4.1: Compatible |
Maximize compatibility with current and future user agents, including assistive technologies. |
|