<input type="radio">
← Return to main list
This is a test case designed to determine how the <input type="radio">
element is announced by various screen readers.
Example
Code
<div>
<input type="radio" id="yes">
<label for="yes">Yes</label>
</div>
Assistive technologies
VoiceOver
- Chrome: Yes. Radio button. 1 of 1.
- Firefox: Yes. Radio button.
- Safari: Yes. Radio button.
NVDA
- Chrome: Yes. Radio button. Not checked. 1 of 1.
- Firefox: Yes. Radio button. Not checked.
- Edge: Yes. Radio button. Not checked. 1 of 1.
JAWS
- Chrome: Yes. Radio button. Not checked. 1 of 1.
- Firefox: To change to the selection press up or down arrow. Yes. Radio button. Not checked.
- Edge: Yes. Radio button. Not checked. 1 of 1.
← Return to main list