Altinn / app-frontend-react

Altinn application React frontend
BSD 3-Clause "New" or "Revised" License
18 stars 32 forks source link

List component accessibility issues #1850

Open Febakke opened 7 months ago

Febakke commented 7 months ago

Description of the bug

There are multiple issues with our list component

  1. Users cant navigate the radiobuttons using the arrow-keys
  2. No focus visible on radio buttons
  3. Radiobuttons are not grouped. This will confuse users as screen readers will say radiobutton 1 of 1.
  4. "rader per side" is not connected to the label.

Steps To Reproduce

Go to an app with a list and run accessiblity tests

Additional Information

No response

Febakke commented 7 months ago
olavflar commented 2 weeks ago

Related to; #2373