ariaSetsize property

Sets or retrieves the set size of this element.

 

Syntax

object.setAttribute("ariaSetsize",value);var value = object.getAttribute("ariaSetsize");

Property values

Type: short

The set size.

Standards information

Remarks

Used in Roles listitem option

 

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)

W3C ARIA-Setsize