Manual Testing
Source: https://accessibility.web-resources.upenn.edu/testing-evaluating-accessibility/manual-testing Parent: https://accessibility.web-resources.upenn.edu/get-help
Microsoft Accessibility Insights is a great tool that can assist you with manually testing your site.
Use HTML elements correctly.
- Use a native element as opposed customizing or creating your own whenever possible.
- HTML elements communicate specific roles and functionality, so overriding elements with ARIA or JS can lead to confusion and incompatibility with browsers and assistive technology.
- For example, use