What are some high-level considerations related to loading a new page dynamically (via fetch or AJAX)?
What are some way to make updates available to a screen reader user, like loading state or page updates?
Using an aria-live region
Moving focus to the new content
What are some important considerations when using an aria-live region?
What are some important considerations when moving focus to new content on load?
What are some ways to make infinite scrolling (new content loads on scrolling) accessible?
What are some ways to make interstitial views accessible? For example, a credit card payment is submitted, and a page loads saying “contacting bank for approval?”