pegasystems / constellation-ui-gallery

This open-source repository provides a collection of ready-to-use and customizable Constellation DX components. Use this resource to gain inspiration, best practices, and a solid foundation for implementing custom components.
https://pegasystems.github.io/constellation-ui-gallery/
Apache License 2.0
32 stars 23 forks source link

Fixes #6 contextual labels for radio buttons in CompareTable #7

Closed vijayjangid closed 8 months ago

vijayjangid commented 8 months ago

Fixes #6

Fix description

Adds unique id to each column header, and provided aria-labelledby to each radio button to announce the header text as contextual information. Also adds scope on various th elements used for better accessibility.

Pending verfication

I could only test it on MacVoice over and the fix is working fine. I would recommend to test it with other screenreaders as well before merging.