cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Accessibility - The scripts

0 Likes
248

Following an accessibility audit of SAP SuccessFactors, here are some non-conformities that were identified regarding scripts, and for which we would like to see improvements:

romain_loutouficdb368_0-1775134493511.png

to ensure accessibility tools work effectively on this interface

here is a recommendation for scripts

  • Role = Menu; ​
  • State = Selected (aria-selected) + collapsed/expanded (aria-expanded); ​
  • Name = Select a language.

This will be implemented in the Menu component’s code. The elements should have a role = Menu with an ARIA-EXPANDED attribute set to true on the current button when it is expanded and false otherwise.

 

Accepted Solutions (0)

Answers (0)