Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #58573


Ignore:
Timestamp:
07/17/2023 06:56:11 AM (3 years ago)
Author:
afercia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58573

    • Property Keywords needs-patch added
    • Property Owner set to joedolson
    • Property Status changed from new to accepted
    • Property Milestone changed from Awaiting Review to 6.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 audibel feedback about what's going on.
     1When 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.
    22
    3 However, I'm not sure the current messages provide users with the best experience, as they are somehow confusing and sometimes they seems to happen in an incorrect order.
     3However, 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.
    44
    55Note: 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.
     
    1212```
    1313
    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 think called '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.
    1515- The message text says that 'the results are now available on the page'. What page? There are no results on the Dashboard page.
    1616
     
    1818Tools > Site Health > Status
    1919- 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.
    2121
    22223
     
    3232
    3333Overall, 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 UI
     34- better match the actual state of the tests and the state of the UI
    3535- avoid repetition
    3636- be more concise