Changes between Initial Version and Version 3 of Ticket #58573
- Timestamp:
- 07/17/2023 06:56:11 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58573
- Property Keywords needs-patch added
- Property Owner set to joedolson
-
Property
Status
changed from
newtoaccepted -
Property
Milestone
changed from
Awaiting Reviewto6.4
-
Ticket #58573 – Description
initial v3 1 When the Site Health tests run, a few audible messages are sent to the `speak()` ARIA live regions. These messages are announced by screen readers and provide users with audib elfeedback about what's going on.1 When the Site Health tests run, a few audible messages are sent to the `speak()` ARIA live regions. These messages are announced by screen readers and provide users with audible feedback about what's going on. 2 2 3 However, I'm not sure the current messages provide users with the best experience, as they are somehow confusing and sometimes they seem sto happen in an incorrect order.3 However, I'm not sure the current messages provide users with the best experience, as they are somehow confusing and sometimes they seem to happen in an incorrect order. 4 4 5 5 Note: in the screenshots below, I'm using a small plugin to dump to the console the audible messages text, to better illustrate what screen reader users get. … … 12 12 ``` 13 13 14 - I found this message confusing: as a user, I just landed on the Dashboard and I have no idea why I'm getting messages related to this thin kcalled 'Site Health'. Actually I may not even know what Site Health is.14 - I found this message confusing: as a user, I just landed on the Dashboard and I have no idea why I'm getting messages related to this thing called 'Site Health'. Actually I may not even know what Site Health is. 15 15 - The message text says that 'the results are now available on the page'. What page? There are no results on the Dashboard page. 16 16 … … 18 18 Tools > Site Health > Status 19 19 - Visually, some text at the top informs sighted users that `Results are still loading…`. There's no equivalent info for screen reader users. It is worth considering to add a speak message to provide an equivalent information to screen reader users. 20 - When all the tests results are available, a message inform users that `All site health tests have finished running. Your site is looking good, and the results are now available on the page.`. That's okay.20 - When all the tests results are available, a message informs users that `All site health tests have finished running. Your site is looking good, and the results are now available on the page.`. That's okay. 21 21 22 22 3 … … 32 32 33 33 Overall, I think all the audible feedback has room for improvements to make the messages: 34 - better match the actual state of hte tests and the state of the UI34 - better match the actual state of the tests and the state of the UI 35 35 - avoid repetition 36 36 - be more concise