(Accessibility) Kibna Logs - Remove this column button does not announce the column #40421
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
Labels or instructions are provided when content requires user input.
Steps to reproduce (assumes NVDA or JAWS Screen Reader or similar)
NVDA Screen Reader is a free Screen Reader which can be downloaded from the NV Access Website
Deque has a page of shortcuts for help on using NVDA as well as a Quick Reference Guide for using NVDA
Steps to reproduce
Without additional information the screenreader user can not identify which column they are about to delete.
Recommend
Adding some additional information tpo the
aria-label
to identify the column:Note that
title
is preferred overaria-label
in these cases as the title provides a tooltip, aria-label does not.Change To:
This way the screenreader user knows which column will be deleted.
Also the title is superflous and screen reader announces both
aria-label
andtitle
Since columns for "Fields have the same basic name plus the field. Both the column type (e.g. Field) and the field name should be included.
Change To:
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]
NVDA
Relevant WCAG Criteria: WCAG Criterion
3.3.2 Labels or Instructions - Level A
Relevant ARIA spec: WAI-ARIA Authoring Practices 1.1
ARIA14: Using aria-label to provide an invisible label where a visible label cannot be used
ARIA6: Using aria-label to provide labels for objects
What is the difference between aria-label and title attributes?
The text was updated successfully, but these errors were encountered: