ARIA role/state | JAWS 9.0 (PC Cursor mode) announces | Window Eyes 5.5 (Browse mode off) announces | MSAA role/state |
---|---|---|---|
checkbox/checked [false] | alt content "checkbox unchecked, to check press space bar" | alt content "checkbox unchecked" | checkbox/(unchecked implied) |
checkbox/checked [true] | alt content "checkbox checked, to clear press space bar" | alt content "checkbox checked" | checkbox/checked |
checkbox/checked [mixed] | alt content "checkbox partially checked, to check press space bar" | alt content "checkbox partially checked" | checkbox/mixed |
alt
attribute, otherwise the MSAA accessible name value is null.<input type="image" src="unchecked.gif" alt="choose a state" role="checkbox" aria-checked="false">
<input type="image" src="unchecked.gif" alt="choose a state" role="checkbox" aria-checked="mixed">
<input type="image" src="unchecked.gif" alt="choose a state" role="checkbox" aria-checked="true">