Read This First
No ARIA is better than Bad ARIA. Before using any ARIA, read this to understand why.
How to build accessibility semantics into web patterns and widgets
No ARIA is better than Bad ARIA. Before using any ARIA, read this to understand why.
A link widget provides an interactive reference to a resource. The target resource can be either external or local, i.e., either outside or within the current page or application.
Authors are strongly encouraged to use a native host language link element, such as an HTML <A>
element with an href
attribute.
As with other WAI-ARIA widget roles, applying the link role to an element will not cause browsers to enhance the element with standard link behaviors, such as navigation to the link target or context menu actions.
When using the link
role, providing these features of the element is the author's responsibility.
Link Examples: Link widgets constructed from HTML span
and img
elements.
The element containing the link text or graphic has role of link.
This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.