ariaAtomic property
The ariaAtomic
property of the Element
interface reflects the
value of the
aria-atomic
attribute, which indicates whether assistive technologies will present
all, or only parts of, the changed region based on the change
notifications defined by the
aria-relevant
attribute.
Implementation
external String? get ariaAtomic;
Implementation
external set ariaAtomic(String? value);