Project

General

Profile

Bug #104121

Updated by Ayke Halder about 1 month ago

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 

 h4. Disabled state: 

 * 'This record is already bookmarked' is not focusable and not read out. 

 !clipboard-202406161927-8hycp.png! 

 h4. Active state: 

 * 'Create a bookmark to this record' is focusable and read out. 

 !clipboard-202406161929-bmfs7.png!

Back