public interface AttributeReadAriaLabelledBy extends Accessibility
labelledBy
attribute (property) of an
object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_LABELLED_BY
The name of the
labelledby attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
AriaIdList |
getLabelledBy()
This method gets the ID of the labelledby property of
this object.
|
static final String HTML_ATTRIBUTE_ARIA_LABELLED_BY
labelledby
attribute.AriaIdList getLabelledBy()
AriaIdList
of IDs of objects that label this object. Will be the empty
AriaIdList
if undefined.Copyright © 2001–2016 mmm-Team. All rights reserved.