aria-orientation attribute | ariaOrientation property
Indicates whether the element and orientation is horizontal or vertical.
![]() |
Syntax
<element aria-orientation="horizontal|vertical" ... />
Property values
Type: DOMString
One of the following values:
| Value | Condition |
|---|---|
|
The element is oriented horizontally. |
|
The element is oriented vertically. |
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
| Used in Roles |
|
|---|
See also
Show:
