- accessibility modalities
- ARIA
- accessible name
role
attribute
- rule block to make something screen reader only
- reduce motion CSS media query
accesskey
html attribute to create keyboard shortcuts
- testing
questions
- Learn Accessibility by Building a Quiz: Step 39 | freeCodeCamp.org
how come they just said placeholders were bad for inputs and now they’re using one for textarea….. is there a difference between the recommendations for those two elements?
- it’s cool how they used the content property to write the word question, but is there also a way to programmatically number them?
- somebody said that using <br> is bad for accessibility? why’s that?
- how
accesskey
works
further reading