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
We should not use role="alert" for success messages, we should use instead aria-live="polite" only aria-live="assertive" or the equivalent role="alert" should be used for errors
We should not use
role="alert"
for success messages, we should use insteadaria-live="polite"
onlyaria-live="assertive"
or the equivalentrole="alert"
should be used for errorsadhocracy4/adhocracy4/static/Alert.jsx
Line 17 in 7d9c6ab
ref
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
The text was updated successfully, but these errors were encountered: