Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

paper-radio-group invalid attributes for ADA #97

Open
uxdesignz opened this issue Oct 22, 2020 · 1 comment
Open

paper-radio-group invalid attributes for ADA #97

uxdesignz opened this issue Oct 22, 2020 · 1 comment

Comments

@uxdesignz
Copy link

Actual Result:
The radio button group is a simulated UI widget that contains some invalid attributes. The information about the controls may not be communicated properly to screen reader users

Expected Results:
Remove the following attributes from the elements with role="radio":
• checked (this is meant for native HTML radio buttons and can interfere with the state being communicated properly to screen reader users)
• aria-selected (this attribute is not valid on an element with role="radio", the aria-checked attribute is used to communicate the state of the radio button)

@uxdesignz
Copy link
Author

Any update? when this issue will be resolved?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant