jquery.sumoselect icon indicating copy to clipboard operation
jquery.sumoselect copied to clipboard

No accessibility support

Open MswathiM opened this issue 4 years ago • 5 comments

Hi, We are using JAWS screen reader and It's not announcing the options in the drop down when we navigate through, using the down arrow in keyboard. We tried with "arial-label" in "li" tag but it didn't work.

Would you please help if there is any fix for this?

MswathiM avatar May 15 '20 13:05 MswathiM

@HemantNegi can you please help me here.

MswathiM avatar May 15 '20 13:05 MswathiM

Definitely issues here when you look at the demo with WAVE.

Simple screenshot with the WAVE Toolbar

mgifford avatar Jan 12 '21 16:01 mgifford

@MswathiM Adding aria attributes on the resulting elements should solve the issue.
Could you show me what you tried and didn't work @MswathiM ?

Zenoo avatar Jun 17 '21 13:06 Zenoo

ARIA can work, but it can actually make it worse. Basic semantic HTML is always a better bet.

Remember the first rule of ARIA - "Don't use ARIA, use native HTML instead"

mgifford avatar Jun 17 '21 13:06 mgifford

If anyone wants to tackle this, feel free to open a PR !

Zenoo avatar Jun 30 '21 17:06 Zenoo