-
Notifications
You must be signed in to change notification settings - Fork 12
Description
1. Alerts are not accessible for colour blind
See: joomla-alert [a11y] #99
@brianteeman closed it for the following reason:
the alerts need a massive rewrite as they are being used completely wrong. It's not if this code is accessible or not but it is where it is being used in the cms. A modal alert is a style it is not necessarily a role=alert - they are not the same thing at all
2. Toolbar - accessibility
See: Toolbar - About accessibility #42
The toolbar is fully accessible to mouse users (and sighted users), but not to keyboard and blind users. There is no way to access the toolbar quickly and directly.
After executing the selected action, the keyboard and blind users does not return to the place from which the action was called. The reason is the unimplemented keyboard support.
See topic below.
3. Efficient navigation on the Backend page for keyboard users
See: [a11y] Provide efficient navigation on the Backend page for keyboard users #442
@brianteeman proposed a solution, but closed PR. See: [4.0][a11y] SkipTo Links for Atum #22149
@brianteeman merged [[4.0][a11y] SkipTo Links for Atum #24142] (joomla/joomla-cms#24142)
4. Admin table - Table option
The problem is partially solved by @brianteeman.
The PR was successfully tested, but we did not carry out any verification tests. See: [4.0] [a11y] Table Options #22008
5. Admin table: Drag & drop function is not accessible
Explore of Backend pages type "manager" at Joomla 4 #40
To change the order of items, the administrator can use drag & drop. Unfortunately, users who only use the keyboard cannot perform this task.
6. Admin table: improve accessibility
Explore of Backend pages type "manager" at Joomla 4 #40
@brianteeman presented the concept of a solution. Unfortunately, he closed PR due to lack of tests.
See: [4.0] [a11y] proof of concept for admin tables #21977
Merged. See: [4.0] Sortable Table [a11y] #22404 (thx @brianteeman)
7. No information on the level of nesting of subcategories
Explore of Backend pages type "manager" at Joomla 4 #40
In the category table, the information about the level of nesting of the subcategory is important. Unfortunately, this information is not passed on to screen readers at all.
8. Links to labels
See: [4.0][a11y] Links to buttons #23737
This needs to be checked. It will probably be repaired.