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
Actual Result:
Form Labels: The input form field label element is referenced by the form input using aria-labelledby but it has visibility:hidden applied to it after text is entered into the form field. Screen readers may not announce the form field label.
Expected Results
Remove aria-hidden="true" from the element for the form input as this may block some screen readers from announcing the form label.
The text was updated successfully, but these errors were encountered:
Actual Result:
Form Labels: The input form field label element is referenced by the form input using aria-labelledby but it has visibility:hidden applied to it after text is entered into the form field. Screen readers may not announce the form field label.
Expected Results
Remove aria-hidden="true" from the element for the form input as this may block some screen readers from announcing the form label.
The text was updated successfully, but these errors were encountered: