WhatSock / apex

Apex 4X: The Comprehensive ARIA Development Suite
MIT License
28 stars 10 forks source link

Visual selected and focused on radio button group may be confusing #29

Closed LaurenceRLewis closed 3 years ago

LaurenceRLewis commented 3 years ago

Make sure the radio button is visible rather than having the radio buttons look like buttons.

accdc commented 3 years ago

I'm not sure I understand, do you mean the underlying native radio buttons, or the simulated ARIA radio buttons?

LaurenceRLewis commented 3 years ago

Hi @accdc (Bryan)

The radio buttons are visually square blocks with text inside making each look like a regular button. Keyboard only users may have the expectation that they can tab to each one. I have change the styling so they look like round radio buttons with the label alongside. The radio button element fills when selected and users know to navigate the group using arrow keys.

LaurenceRLewis commented 3 years ago

Closing as fixed. If you have any other questions please let me know :-)