Questions & Answers
How can I get started testing my website with a screen reader?
For a total newbie how do you get set up to test my website with a screen reader?
- Assistive Technology
- screen readers
When you manually test on screen readers, do you test all the different versions, or would one work the same?
When you manually test on screen readers, do you test all the different versions, or would one work the same?
- Assistive Technology
- screen readers
How can I use accessible Keyboard shortcuts?
I want to include keyboard shortcuts for users to move around the page easier. How can I use keyboard shortcuts while still meeting accessibility guidelines?
- keyboard
- screen readers
- shortcuts
How can I make a disabled button focusable, clickable, in general “interact-able”?
I have a button on my page which I'd like to make disabled. If I use disabled as an attribute I can no longer tab navigate to it, or handle click events on the button. How can I maintain its disabled meaning, while being able...
- aria
- html
- screen readers