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
While using Bootstrap's form validation classes like .is-invalid and .invalid-feedback, I noticed that screen readers (like VoiceOver or NVDA) do not consistently announce validation errors. It would improve accessibility to include aria-describedby or aria-live attributes to ensure error messages are read automatically.
Suggestion: Add ARIA attributes to form controls or feedback elements to improve screen reader compatibility.
The text was updated successfully, but these errors were encountered:
While using Bootstrap's form validation classes like .is-invalid and .invalid-feedback, I noticed that screen readers (like VoiceOver or NVDA) do not consistently announce validation errors. It would improve accessibility to include aria-describedby or aria-live attributes to ensure error messages are read automatically.
Suggestion: Add ARIA attributes to form controls or feedback elements to improve screen reader compatibility.
The text was updated successfully, but these errors were encountered: