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
Toast notifications for success and default messages no longer interrupt screen reader output immediately; only danger and warning toasts use aria-live="assertive", while success and default use aria-live="polite"
Removed redundant role="listitem" attribute from navigation <a> elements; the parent container already provides list semantics, and the duplicate role was confusing assistive technologies