aria-flowto attribute | ariaFlowto property
[This documentation is preliminary and is subject to change.]
Gets or sets the recommended reading order of content.
This property is not supported for Metro style apps using JavaScript.
![]() |
Syntax
| HTML |
|---|
<element aria-flowto="p" ... > |
| JavaScript |
|---|
object.setAttribute("aria-flowto",value);var value = object.getAttribute("aria-flowto");
|
Property values
Type: String
A space-separated list of id property values.
Remarks
This property defines element relationships and associations that cannot be readily determined from the document structure.
When the ariaFlowto property contains a single id property, the assistive technology should resume reading at the targeted element. However, when the ariaFlowto property contains multiple id properties, the assistive technology should give users the option of navigating to any targeted element.
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).
See also
- Accessible Rich Internet Applications (ARIA)
- Reference
- ariaControls
- ariaDescribedby
- ariaLabelledby
- ariaOwns
- ariaPosinset
- ariaSetsize
Build date: 2/13/2012
