html - JAWS not reading select box value when changing options using keyboard down arrow -
i'm testing web page accessibility using jaws reader. below sample html markup page.
<label for="myselectbox">select color</label> <select id="myselectbox"> <option>red</option> <option>blue</option> <option>green</option> </select>
when navigating page through keyboard , changing select box value using downwards arrow key, jaws not reading changing values press downwards arrow.
anything i'm missing in here? should add together additional aria labels create jaws recognize alter event?
this 1 seem strange. can debug first creating test html page containing code pasted here , testing under same setup. if works, might want go page , check incorrectly formatted mark-up above select box. unclosed tags (typical culprits:<li>
, <br>
) , erroneous javascript/jquery element manipulations create issues screen readers.if possible, post rendered page's html content here others review.
html accessibility jaws-screen-reader
No comments:
Post a Comment