Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accessibility] Invalid ARIA attributes in Discover "no results" prompt #12970

Closed
bhavyarm opened this issue Jul 19, 2017 · 0 comments
Closed
Assignees
Labels
Project:Accessibility Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins.

Comments

@bhavyarm
Copy link
Contributor

Kibana version: master

Browser version: chrome latest

Browser OS version: OS X

Original install method (e.g. download page, yum, from source, etc.): built from source

Description of the problem including expected versus actual behavior: I ran google accessibility audit on discover. One of the errors: "ARIA state and property values must be valid on discover" is on the following code snippet.

<a class="kuiButton kuiButton--primary kuiButton--small" ng-click="kbnTopNav.toggle('filter')" aria-expanded="kbnTopNav.is('filter')" aria-label="time picker" data-test-subj="discoverNoResultsTimefilter"><span aria-hidden="true" class="kuiIcon fa-clock-o"></span> time picker</a>

This link gives more information about the error.
https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_aria_04

@cjcenizal cjcenizal added the Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. label Jul 19, 2017
@cjcenizal cjcenizal changed the title Error on Discover: ARIA state and property values must be valid on discover [Accessibility] Invalid ARIA attributes in LocalNav Jul 19, 2017
@cjcenizal cjcenizal changed the title [Accessibility] Invalid ARIA attributes in LocalNav [Accessibility] Invalid ARIA attributes in Discover "no results" prompt Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project:Accessibility Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins.
Projects
None yet
Development

No branches or pull requests

2 participants