public interface AttributeReadAriaDescribedBy extends Accessibility
describedBy
attribute (property) of an
object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_DESCRIBED_BY
The name of the
describedby attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
AriaIdList |
getDescribedBy()
This method gets the ID of the describedby property of
this object.
|
static final String HTML_ATTRIBUTE_ARIA_DESCRIBED_BY
describedby
attribute.AriaIdList getDescribedBy()
AriaIdList
of objects that describe this object. Will be the empty AriaIdList
if undefined.Copyright © 2001–2016 mmm-Team. All rights reserved.