public interface AttributeReadAriaAtomic extends Accessibility
atomic
attribute (property) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_ATOMIC
The name of the
atomic attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
isAtomic()
This method gets the value of the atomic property of this
object.
|
static final String HTML_ATTRIBUTE_ARIA_ATOMIC
atomic
attribute.boolean isAtomic()
true
if assistive technologies should present the entire region as
a whole, false
if a change within the region may be processed by the assistive
technologies on its own. The default (if NOT set) is false
.Copyright © 2001–2016 mmm-Team. All rights reserved.