Adopted from (webaim)[https://webaim.org/intro/].
More good resources: (google accessibility)[https://developers.google.com/web/fundamentals/accessibility/], (w3)[https://www.w3.org/WAI/intro/accessibility.php]
- every img should have alt text that describes what is in the image
- keyboard navigation within the page, (tab and arrow keys)
- in a form, every element has a label, and describes what appropriately the form element is
- ensure every form element within a form can be navigated to
- caption and/or transcripts for media (audio/video)
- every link should make sense with the link text, avoid "submit, click here" etc
- every long list of items (navigation, sidenav, etc) has a "skip navigation" or a way around the content
- provide headers for table data
- content that is visually hidden, might need to be accessible