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
Elements with the role status have an implicit aria-live value of polite and an implicit aria-atomic value of true.
It would be nice if one could change the role. For example for alerts it would be more suitable to set the role to alert
This would allow users of screen readers to get immediately get notified about the message.
The attributes set here are redundant.
It would be nice if one could change the role. For example for alerts it would be more suitable to set the role to
alert
This would allow users of screen readers to get immediately get notified about the message.
my current workaround is:
The aria-live and aria-atomic are here also redundant but needed because of the initial set attributes.
The text was updated successfully, but these errors were encountered: