UUDigitalHumanitieslab / I-analyzer

The great textmining tool that obviates all others
https://ianalyzer.hum.uu.nl
MIT License
7 stars 2 forks source link

Toggle/radio buttons #1604

Closed lukavdplas closed 1 month ago

lukavdplas commented 3 months ago

This issue concerns:

The current state of these buttons is only conveyed through colours. They could set aria-pressed to indicate their state.

In both of these cases, however, the buttons are not independent toggles but a radio group (see also this radio group pattern guide), so that would be more appropriate.

Setting aria-pressed is trivial and achieves basic usability, implementing the radio group is a bit more work.