Exploring Exceptions in WCAG Success Criteria
4.1.1 Parsing (A)
Summary of Parsing
Code to the specification and follow the rules in the following list.
- Use start and end tags
- Nest elements properly
- Don't use duplicate attributes
- Use unique ID attributes
Exceptions to Parsing
You can ignore the rules above if the specification says you can.
Examples
Note
The HTML specification element pages contain a Tag omission section. See elements links in previous list of Examples.