tekvision / waiable

Rails Web Accessibility Initiative for the differently abled.
MIT License
16 stars 6 forks source link

Implementing dynamic maxlength property #37

Open Sanghapal opened 9 years ago

Sanghapal commented 9 years ago

Currently, if text input field has maxlength property then screen reader speaks the maxlimit on focusing this field. We will need to enable JavaScript+ARIA so that screen reader will speak how many characters remain while typing on this field. For example Twitter's "New Tweet" dialogue box on web has implemented this.