elastic/kibana
View on GitHub`Home` > `Cases` > `Create a case`- Tools in toolbar are not presented as a group
Open
#194954 opened on Aug 9, 2024
KibanaPlatEngineKTLOProject:AccessibilityTeam:CasesWCAG Abugdefect-level-2good first issueobs-accessibilty
Description
Point of contact
@petrklapka
Description
Home > Project Settings > Integrations- Radio buttons (Recommended, Elastic Agent, Beats) do not have context conveyed via screen reader
Steps to recreate
Pre-requisite: Screen reader is activated
- Navigate to the
Serverless Observability Solutioninstance. - Click
Casesin Left Nav - Select
Create a case(blue button in upper-right) - Keyboard navigate to Description field and navigate through the text toolbar
Expected Result: -When tabbing to the tools menu, user tabs to the first tool and is informed that it is a group of tools for text input. User then navigates and selects the toolbar via arrow keys. The next tab event moves out of the toolbar to the next focusable element.
Actual Result: -Tab key moves focus through each tool in the toolbar.
Screenshots or Trace Logs
Proposed solution
Acceptance criteria
- Axe tests do not report violations
- e2e test suite passes with zero violations
WCAG or Vendor Guidance (optional)
- Understanding SC 1.3.1. Info and Relationships (Level A)
- MDN Web Accessibility for browser behaviors, code snippets, and polyfills.