Navigation Roles Example 2: HTML Link Element
Example
- HTML version with redundant headings and xhtml role values using LINK element
- HTML version with headings and xhtml role values using LINK element to mark navigation bars
- HTML version using only xhtml role values using LINK element to mark navigatoin bars and other structural landmarks
- HTML version with errors in the LINK element (missing titles and broken HREF value)
xhtml2 Roles and ARIA Properties used
- HTML 4.01
linkelement rel="main"rel="secondary"rel="navigation"rel="search"rel="banner"
Reference: xhtml2 Role Defintions
Note: Event though these roles are defined for xhtml2, they can be used in HTML documents
