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)Lens: Info and Relationships #87788

Closed
barlowm opened this issue Jan 10, 2021 · 3 comments
Closed

(Accessibility)Lens: Info and Relationships #87788

barlowm opened this issue Jan 10, 2021 · 3 comments

Comments

@barlowm
Copy link
Collaborator

barlowm commented Jan 10, 2021

Search field has the ARIA combobox role without necessary children. Even when the combo is expanded the items are in a separate overlay and not children of the combobox.

<div role="combobox" aria-label="Search and filter the lens page" aria-haspopup="true" aria-expanded="true" 
data-skip-axe="aria-required-children" style="position: relative; width: 100%;" 
aria-controls="kbnTypeahead__items" aria-owns="kbnTypeahead__items">

Search

Kibana Version:
7.10

OS:
Windows 10

Browser:
Chrome

Screen reader: [if relevant]
NVDA

Relevant WCAG Criteria: WCAG Criterion - Level A/AA/AAA
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
3.8 Combobox - A combobox is a widget made up of the combination of two distinct elements:

  1. a single-line textbox, and
  2. an associated pop-up element for helping users set the value of the textbox. The popup may be a listbox, grid, tree, or dialog.
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-accessibility (Project:Accessibility)

@barlowm
Copy link
Collaborator Author

barlowm commented Jan 10, 2021

Pinging @myasonik

@myasonik
Copy link
Contributor

Not Lens specific and duplicate of #79927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants