Altinn / app-frontend-react

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

List component accessibility issues #1850

Open Febakke opened 9 months ago

Febakke commented 9 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.
  5. Empty header cell above radio buttons
  6. Screen reader of radio button values read out a stringified json object

Steps To Reproduce

Go to an app with a list and run accessiblity tests

Additional Information

No response

Febakke commented 9 months ago
olavflar commented 2 months ago

Related to; #2373