Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the id of the previous element in an alternative reading order.
![]() |
Syntax
HTML |
---|
<element x-ms-aria-flowfrom="id" ... > |
JScript |
---|
object.setAttribute("x-ms-aria-flowfrom",value);var value = object.getAttribute("x-ms-aria-flowfrom"); |
Property values
Type: DOMString
An id property values.
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
Used in Roles | No role required. |
This property defines element relationships and associations that cannot be readily determined from the document structure.
This attribute performs the same function as the FlowsFrom property in Microsoft UI Automation.