What does setting aria-live=polite on a live region achieve?
aria-live=polite
The screen reader will use a polite voice when announcing changes. Source: MDN Docs
The screen reader will announce all changes immediately.
The screen reader will wait until there is a pause to announce changes.
The screen reader will not notify the user of changes to live regions.