ariaSecret property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the secret state of this element.
![]() |
Syntax
object.setAttribute("ariaSecret",value);var value = object.getAttribute("ariaSecret");
Property values
Type: BSTR
The secret state.
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
Build date: 1/23/2012
.png)