ariaSetsize property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the set size of this element.

Internet Explorer 8

Syntax

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

Property values

Type: short

The set size.

Remarks

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

W3C ARIA-Setsize

 

 

Build date: 1/23/2012