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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Actual Result:
The radio button form fields are grouped using role="radiogroup" but no group label is defined. The grouping information will not be available to screen reader users. we can provide group label as per the component but label is visible ,there is no mixin available to hide and aria-labelledby will not set for grouplabel.
Expected Results:
Use ARIA role="radiogroup" with the aria-labelledby attribute to define the group label for the form fields, but screen-reader should read the focused radio-button label value instead of the grouped label value.
The text was updated successfully, but these errors were encountered:
Actual Result:
The radio button form fields are grouped using role="radiogroup" but no group label is defined. The grouping information will not be available to screen reader users. we can provide group label as per the component but label is visible ,there is no mixin available to hide and aria-labelledby will not set for grouplabel.
Expected Results:
Use ARIA role="radiogroup" with the aria-labelledby attribute to define the group label for the form fields, but screen-reader should read the focused radio-button label value instead of the grouped label value.
The text was updated successfully, but these errors were encountered: