Opened 16 months ago
Closed 14 months ago
#59189 closed enhancement (invalid)
Improve Site Health System and Info Tabs
Reported by: | dcutri500 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.3 |
Component: | Site Health | Keywords: | close reporter-feedback |
Focuses: | accessibility | Cc: |
Description
System and Info tabs should be tabs and not links. Alternatively, use buttons with the role of "tab" inside a tablist. Expected keyboard interaction: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tab_role#keyboard_interaction
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi, @dcutri500! Thanks for opening a ticket for WordPress! However, the tabpanel interface is only applicable when the links are being triggered via scripts, so that the change of data happens without a page refresh. These two links are standard links that trigger a page refresh, so that type of interface doesn't apply.
I'm adding the close keyword, but I'm not going to close this immediately. If your thinking was that this interface should be changed so that it avoids the page refresh, then a tabpanel would be an appropriate interface. It's possible that the page refresh is there because the Site Health triggers some fairly intensive queries, however, that we don't want to run all at once.