vaakash / jquery-collapser

jQuery collapser is a small and useful jQuery plugin for collapsing/truncating an element text by words, characters and lines with a flexible API. It is an all in one plugin with multiple functionalities to truncate a paragraph or any element as desired.
MIT License
99 stars 35 forks source link

Accessibility WAI-ARIA #6

Open CristyTarantino opened 9 years ago

CristyTarantino commented 9 years ago

Could you add accessibility tags to this plugin in?

vanessalh commented 2 weeks ago

It would be great to make this plugin accessible. Thanks

vaakash commented 2 weeks ago

Hi @vanessalh, Sure I'll try to work on this whenever possible. Thanks for the suggestion!

vanessalh commented 2 weeks ago

@vaakash thank you by advance. The first thing to change, it would be to have a <button> instead of a link. It misses several attributes like aria-controls, aria-expanded ... but it can be easily added in javascript.