public interface AttributeReadAriaOwns extends Accessibility
owns
attribute (property) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_OWNS
The name of the
owns attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
AriaIdList |
getOwns()
This method gets the ID of the owns property of this object.
|
static final String HTML_ATTRIBUTE_ARIA_OWNS
owns
attribute.AriaIdList getOwns()
AriaIdList
of objects owned by this object. Will be the empty AriaIdList
if
undefined.Copyright © 2001–2016 mmm-Team. All rights reserved.