ariaOwns property
Sets or retrieves a list of child objects, including elements that are not direct descendants of the current object.
Syntax
object.setAttribute("ariaOwns",value);var value = object.getAttribute("ariaOwns");
Property values
Type: BSTR
A space-separated list of IHTMLElement::id property values.
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
Used in Roles | No role required. |
This property defines element relationships and associations that cannot be readily determined from the document structure.
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)
Reference