Summary
- Created a basic text area
<label for="address">Label</label><br>
<Textarea name="addresstext" aria-describedby="help" id="address">test text area</textarea>
<p id="help"> Help text for text area </p>
Expected result
When tabbed to the text area, screen reader should announce the associated help text.
Actual result
JAWS 17 and 2018 do not read the help text when text area contains value. Fails in IE 11 and Chrome 73
JAWS 2018 does not read the help text even when placeholder is present in the text area in Chrome 73
Operating System and version
Windows 7
Browser and version:
IE 11 and Chrome 73