-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestepiclibrary
Description
There is a room for improvement when it comes to accessibility. Proper accessibility testing should be performed using both manual testing and automatic tools such as Axe. Here is the list of issues I found during brief manual testing:
- some components use
pxunit for font size instead ofrem - complex components such as
ButtonToggle, orTabscannot be controlled using keyboard - some texts do not satisfy the minimum contrast requirement, e.g. right info text in the autocomplete component, input hint text
labelelements are not referencing related input elements using eitherforattribute or being wrapped in it
Tasks
- Perform accessibility test using both manual testing and automatic tool and create a report
- Fix accessibility issues
- Perform a control test and compare its results with the previous one
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestepiclibrary