You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use [Axe](https://chrome.google.com/webstore/detail/axe-devtools-web-accessib/lhdoppojpmngadmnindnejefpokejbdd) Chrome extension in order to test components against the a11y standards.
132
+
133
+
Choose the suitable tests to perform among the different available categories:
134
+
135
+
- table
136
+
- keyboard
137
+
- modal dialog
138
+
- interactive elements
139
+
- structure
140
+
- images
141
+
- forms
142
+
143
+
Note: test only the component by choosing the parts of the page that have to be tested.
144
+
145
+
The extension is pretty talkative and provides all the insights to perform the tests with ease. Once tests' results are available, do your best to solve any issues found.
146
+
147
+
Share the tests results on the related Discord channel or Github PR.
0 commit comments