Open Krituhar opened 2 months ago
Issue: The status bar
Impact: Screen reader users will have difficulty determining the purpose and state of these controls.
Recommendation: Provide descriptive name as "Status bar" (aria-label = "Status bar") or similar for focusable element with role="status".
[Compliant Code Example]
<footer aria-label="Status bar" class="part statusbar status-border-top" id="workbench.parts.statusbar" role="status" aria-live="off" data-keybinding-context="8" tabindex="0" (...)> (...) </footer>
Screenshot of issue:
Can repro with:
Focus Status Bar
Shift+Tab
Issue: The status bar
Impact: Screen reader users will have difficulty determining the purpose and state of these controls.
Recommendation: Provide descriptive name as "Status bar" (aria-label = "Status bar") or similar for focusable element with role="status".
[Compliant Code Example]
Screenshot of issue: