We are using NVDA for accessibility testing of our Single Page Application. We have classified the various sections on the page with the appropriate roles and aria-label. Using NVDAKey + F7,
we are able to bring u the Elements List and in Landmarks we can see the various sections of the page.
However, when we navigate to a new page within the application, the NVDA Elements List does not get updated.
Is there something which we need to do to refresh the NVDA elements List after screen navigation is done? Closing and opening it again is helping, but that may not be the convenient way for most users right?
` on the page to let the user know a new page has been loaded when it is a SPA, it might require some form of action to update the list.
– GrahamTheDev Jun 17 '20 at 08:47