aria-setsize attribute | ariaSetsize property
Sets or retrieves the set size of this element.
![]() |
Syntax
| HTML |
|---|
<element aria-setsize="p" ... > |
| JavaScript |
|---|
object.setAttribute("aria-setsize",value);var value = object.getAttribute("aria-setsize");
|
Property values
Type: Number
The set size.
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
| Used in Roles |
|
|---|
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
Show:
