spark icon indicating copy to clipboard operation
spark copied to clipboard

[Accessbility] Radio button - accessibility issues

Open elisa-hery opened this issue 1 year ago • 0 comments

Description

Radio button component has a11y issues.

  1. For both UI kit and swift UI, we cannot see any different in the attributes between a checked and an unchecked radio button (when we should see and hear the difference).

  2. For UI kit only, radio button is marked as a "static text" when it should be a "button"

Steps to reproduce

For the issue number 1 (no difference between selected and not selected button) :

  1. Go to Swift UI or Ui kit radio button
  2. Open the a11y inspector
  3. Inspect a checked and an uncheck button
  4. See that there is no difference
specs specs



For the issue number 2 (radio button marked as a static text) :

  1. Go to Ui kit radio button
  2. Open the a11y inspector
  3. Inspect a radio button button
  4. See that it's marked as a Static text
specs

Spark Component and Version

last verson

Browser

No response

Operating System

  • [ ] macOS
  • [ ] Windows
  • [ ] Linux

Additional Information

No response

elisa-hery avatar Jul 24 '24 10:07 elisa-hery