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 issues with Combo Box #1912

Closed
pankajpandey01 opened this issue Jul 7, 2020 · 0 comments · Fixed by #1916
Closed

Accessibility issues with Combo Box #1912

pankajpandey01 opened this issue Jul 7, 2020 · 0 comments · Fixed by #1916
Assignees
Labels
bug This issue is a bug in the code SAP SF SF_ACC

Comments

@pankajpandey01
Copy link

Describe the bug
Accessibility issues on shadow dom input element

  1. Required ARIA attribute not present: aria-expanded
  2. aria-label attribute does not exist or is empty
  3. aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  4. Form element does not have an implicit (wrapped)
  5. Form element does not have an explicit
  6. Element has no title attribute or the title attribute is empty

To reproduce
Steps to reproduce the behavior:

  1. Go to 'https://sap.github.io/ui5-webcomponents/playground/components/ComboBox/'
  2. Select on of the sample
  3. Use Chrome Axe plugin to see all critical and serious issue (Screenshot attached)

Expected behavior
There should not be a11y issues in combo box.

Screenshots
Screen Shot 2020-07-06 at 6 09 47 PM

Screen Shot 2020-07-06 at 6 09 35 PM

Context

  • Combo Box version v1.0.0-rc.6
  • OS/Platform: {MacOS}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code SAP SF SF_ACC
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants