You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aXe accessiblity tool flags two issues when using the conditional reveal radio component. Running aXe on the example page shows the following issues:
All elements with the name "how-contacted" do not reference the same element with aria-labelledby
Fieldset contains unrelated inputs
I think the expected behaviour would be to have no critical issues flagged by aXe - unless this is a false alarm or is found not to have any impact after testing in the empathy lab.
The text was updated successfully, but these errors were encountered:
The aXe accessiblity tool flags two issues when using the conditional reveal radio component. Running aXe on the example page shows the following issues:
Elements must only use allowed ARIA attributes
To solve this violation, you need to:
Fix the following:
Radio inputs with the same name attribute value must be part of a group
To solve this violation, you need to:
Fix at least one (1) of these issues:
I think the expected behaviour would be to have no critical issues flagged by aXe - unless this is a false alarm or is found not to have any impact after testing in the empathy lab.
The text was updated successfully, but these errors were encountered: