Techniques |
- A
main element or an element with a role="main" attribute defines a main landmark.
- When there is only one
main landmark on the page (the typical case), do not use a label.
- When there is more than one
main landmark, use the aria-labelledby or aria-label attribute to describe the content of each.
- If you need to support Microsoft Internet Explorer 8, you must NOT use the
main element since the element is supported in the accessibility API, just use role="main" to identify the main landmark.
|