ARIA live regions fill this gap and provide a way to programmatically expose dynamic content changes in a way that can be announced by assistive technologies.
aria-live: to define a live region
aria-atomic: if the region is treated as a whole when updated, e.g. <div>Value: <span>${value}</span></div>