public interface AttributeReadAriaInvalid extends Accessibility
invalid
attribute (state) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_INVALID
The name of the
invalid attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
AriaInvalid |
getInvalid()
This method gets the invalid state of this object.
|
static final String HTML_ATTRIBUTE_ARIA_INVALID
invalid
attribute.AriaInvalid getInvalid()
AriaInvalid
indicating if the validation state of this object. The default (if NOT
set) is AriaInvalid.FALSE
.Copyright © 2001–2016 mmm-Team. All rights reserved.