aria-atomic
A live region with an aria-live="polite"
attribute. Every time an item is added, a new list item element is appended to the list with appendChild()
. Thanks to an additional aria-atomic="true"
the whole content of the region is announced (treat the whole of the live region as one atomic entity).