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
There is currently no way to have the system status data read by a screenreader, as tab focus skips right over the widget entirely. Likely just needs some well-placed tabindex=0 and aria-label attributes.
There is currently no way to have the system status data read by a screenreader, as tab focus skips right over the widget entirely. Likely just needs some well-placed
tabindex=0andaria-labelattributes.