• Allison Suarez Miranda's avatar
    fix: replaced aria-label with sr-only to improve accessiblity (#509) · 3a8ecdbd
    Allison Suarez Miranda authored
    * updated all aria-label componets to use sr-only instead, still need to update tests and fix the constants imports
    
    * fixed imports for constants on RequestMetadataForm comp
    
    * another constants import fix
    
    * removed aria-label attribute from tests
    
    * yet another constants fix
    
    * removed the aria-label as well as the sr-only for the add button on the add owner pop up, this is because when selecting the edit button the sr would read edit on Owners, which means that if this option is selected it can be assumed that when the sr reads Add, it will be related to adding an Owner. Trying to have both a sr-only plus the label of the button itself would lead to confusion because i would read add owner and then add, before with aria-hidden it would just hide Add and say add owner, making this not an issue. We could also keep aria-hidden but idk if this also has support gaps
    
    * added newline at end of file
    
    * added newline at end of file
    
    * fixed format issues
    
    * package oopsie
    3a8ecdbd
Name
Last commit
Last update
..
AvatarLabel Loading commit data...
BadgeList Loading commit data...
Bookmark Loading commit data...
Breadcrumb Loading commit data...
EditableSection Loading commit data...
EditableText Loading commit data...
EntityCard Loading commit data...
Flag Loading commit data...
FlashMessage Loading commit data...
InfoButton Loading commit data...
Inputs Loading commit data...
LoadingSpinner Loading commit data...
PopularTables Loading commit data...
Preloader Loading commit data...
ResourceList Loading commit data...
ResourceListItem Loading commit data...
ScrollTracker Loading commit data...
SearchBar Loading commit data...
ShimmeringResourceLoader Loading commit data...
ShimmeringTagListLoader Loading commit data...
TabsComponent Loading commit data...
TagsList Loading commit data...