(Accessibility) Kibna Logs - Log Data Table Missing ARIA Roles. Certain ARIA roles must be contained by particular parents #40417
Labels
Feature:Logs UI
Logs UI feature
Project:Accessibility
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
WCAG A
Use Deque axe Browser Extension
Steps to reproduce
aXe reports - Certain ARIA roles must be contained by particular parents
The table of information on the pages uses ARIA `role="row".
By the spec for the row role:
Elements with role row must be contained in, or owned by, an element with the role table, grid, rowgroup, or treegrid.
Meta Issue
Accessibility Audit for Kibana 7.0
Kibana Version:
7.2
OS:
Tested on Windows 7. But issue exists in all OS's
Browser:
Tested in Chrome. But issue exists in all Browsers
Screen reader: [if relevant]
N/A
Relevant WCAG Criteria: WCAG Criterion
1.3.1 Info and Relationships - Level A
Information, structure, and relationships conveyed through presentation can be programmatically determined or are available in text.
Relevant ARIA spec: WAI-ARIA Authoring Practices 1.1
(WAI-ARIA) - ROW Role
Elements with role row must be contained in, or owned by, an element with the role table, grid, rowgroup, or treegrid.
The text was updated successfully, but these errors were encountered: