You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current strategy for handling dynamic content in a form has been to use a parent live-region. While this technically works it makes dynamic updates for AT very verbose resulting in bad UX. For example, when a large show-hide block is shown, all the content is announced. Or if a dropdown is dynamically populated with a large list, the entire list is read out on load.
The solution involves handling dynamic content on a case by case basis. More info on the solution can be found in the PR #4905
Description
These issues seem to be interrelated, similar issues were seen in other tests on other devices with different technologies.
VoiceOver in Safari
Content on the pages is reading in duplicate and not stopping at an expected spot
https://app.makeitfable.com/share/675ae5a8c2d841b517c824f0
The wrong content is read while the user is typing in the field
https://app.makeitfable.com/share/675ae3fa12d9df93403fa3fb
The user is bumped off the field they are writing in without an explanation.
https://app.makeitfable.com/share/675ae388da3e5f58acf0d06e
reading wrong labels
https://app.makeitfable.com/share/675ae273b10d6161df915d95
The text was updated successfully, but these errors were encountered: