ellipticaljs / paper-autocomplete

Polymer Autocomplete Component
MIT License
68 stars 66 forks source link

Make error messages readable by VoiceOver and JAWS #135

Open caker3 opened 5 years ago

caker3 commented 5 years ago

Change role="textbox" to type="text" per accessibility suggestions at: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/textbox_role . This will allow the VoiceOver and JAWS screen readers to read error messages on the field.