x-ms-aria-flowfrom attribute | xmsAriaFlowFrom property

Specifies the id of the previous element in an alternative reading order.

Internet Explorer 10

 

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

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.

See also

Accessible Rich Internet Applications (ARIA)

aria-flowto