-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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) Skip links to main content #38980
Comments
Pinging @elastic/kibana-core-ui (Team:Core UI) |
This problem is much broader than Discover (every page on Kibana) so swapping this to a Core UI problem |
I attempted to implement this in Kibana using the new There are a couple (or more) changes that will need to be in place for this to work:
That second point is a blocker and sounds potentially difficult. Before this proceeds any further, we would need to commit some engineering brainpower. Core UI has limited eng resources at this time, so we'll have to revisit this topic once the team is further built out. |
Pinging @elastic/kibana-design (Team:Kibana-Design) |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Pinging @elastic/kibana-presentation (Team:Presentation) |
dear @ryankeairns , could you validate if this issue is still valid or can be closed? |
Probably addressed via #150461 |
Ah yes, fantastic enhancement! |
Actual Result:
No skip to main content (from page loading it required over 100 tab key presses to get to the main content to start working with the controls on the chart.)
Steps to reproduce:
When the Discover page loads, use the keyboard to navigate to the main content of the page:
Expected Result:
A "skip to main content" link should be added as the first link on the page (See "Skip Navigation" links in WebAIM for possible techniques) that allows the user to navigate to the main content of the page without having to tab through all the navigation elements on the page.
Meta Issue:
Accessibility Audit for Kibana 7.0
Accessibility: Make Discover Accessible for 7.0
Kibana Version:
7.0, 7.2
Relevant WCAG Criteria:
WCAG Criterion - 2.4.1Bypass Blocks - Level A
The text was updated successfully, but these errors were encountered: