aria-labelledby attribute | ariaLabelledby property
[This documentation is preliminary and is subject to change.]
Sets or retrieves a list of elements that provide a label for the current object.
![]() |
Syntax
| HTML |
|---|
<element aria-labelledby="p" ... > |
| JavaScript |
|---|
object.setAttribute("aria-labelledby",value);var value = object.getAttribute("aria-labelledby");
|
Property values
Type: String
A space-separated list of id property values.
Remarks
One or more id properties may be specified. A list of id properties is returned by Microsoft UI Automation.
See also
- Accessible Rich Internet Applications (ARIA)
- Reference
- ariaControls
- ariaFlowto
- ariaDescribedby
- ariaOwns
- ariaPosinset
- ariaSetsize
Build date: 2/13/2012
