aria-labelledby
Applies to |
---|
Remarks
Used in Roles |
|
---|
Note For cross-browser compatibility, always use the WAI-ARIA attribute syntax to access and modify ARIA properties, for example object.setAttribute("aria-valuenow", newValue)
. If more than one id is specified, only the first id is recognized by Windows Internet Explorer 8. Note Recursive use of ariaLabelledby is not supported. An element that is using ariaLabelledby should not reference another element that is also using ariaLabelledby.
Syntax
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
See also
Related pages
- Accessible Rich Internet Applications (ARIA)Accessible Rich Internet Applications (ARIA)
Reference
- aria-controlsaria-controls
- aria-flowtoaria-flowto
- aria-describedbyaria-describedby
- aria-ownsaria-owns
- aria-posinsetaria-posinset
- aria-setsizearia-setsize
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]