Bug #90872
closed
Access module is not navigable by keyboard
Added by Jonas Eberle over 4 years ago.
Updated over 4 years ago.
Category:
Backend User Interface
Description
The permissions are not reachable with the keyboard.
Files
Related issues
1 (1 open — 0 closed)
- Category set to Backend User Interface
More detailed:
In the module "System › Access" there is a table of pages with permissions for Owner/Group/Everybody (see attached image).
These checkmarks/crosses are not navigable by keyboard and screenreader.
Suggestion:
They should make use of standard focusable and clickable elements <a>
(okayish) or <button>
(semantically better here because it triggers an action).
If really not solvable otherwise, they should at least provide the aria-role=button
and manage the aria-pressed
attribute which helps screenreaders. (See below for downsides)
References:
This contains some information about <button>
vs. aria-role=button
: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role
- Related to Feature #44001: Enhance usability of Web / Access in the BackEnd added
- Status changed from New to Under Review
- Description updated (diff)
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF