Actions
Bug #104121
openA11y: still visible disabled button 'record is already bookmarked' must be focusable for screenreaders
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-06-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Accessibility
Complexity:
Is Regression:
Sprint Focus:
Description
Still visible disabled buttons like 'record is already bookmarked' must be focusable for screenreaders.
Removing these visible disabled buttons - which would perform a relevant action while active - results in an inconstent UI for screenreader users.
There is a reason these disabled buttons are still visible - so they should also be audible.
Also read: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-disabled
Disabled state:¶
- 'This record is already bookmarked' is not focusable and not read out.
Active state:¶
- 'Create a bookmark to this record' is focusable and read out.
Files
Actions