jguerra[at}northeastern.edu | @duto_guerra
Based on Google Web Fundamentals Guide
Slides:http://johnguerra.co/lectures/webDevelopment_fall2022/09_Accessibility/
Class page:http://johnguerra.co/classes/webDevelopment_fall_2022/
or the very basics of it
Create affordances to help people with disabilities.
We all have dissabilities!
An user should be able to use the site with the keyboard (rubric)
Send the focus to the right element after mounting
useEffect
or ComponentDidMount
Make sure your html elements are in the semantic order (rubric)
Shouldn't be focusable
A component that captures the tab behaviour
h1, h2, h3
to manage hierarchyalt
textalt\=\""
<label><input(type="text")></label>