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

WCAG 1.3.1,WCAG 3.3.2: Form elements must have labels (#react-select-5-input) #122

Closed
SahilTara opened this issue Mar 14, 2019 · 0 comments · Fixed by #446
Closed

WCAG 1.3.1,WCAG 3.3.2: Form elements must have labels (#react-select-5-input) #122

SahilTara opened this issue Mar 14, 2019 · 0 comments · Fixed by #446

Comments

@SahilTara
Copy link
Collaborator

SahilTara commented Mar 14, 2019

Issue: Form elements must have labels (label)

Target application: Project Acorn
All sidebar inputs need this
Element path: #react-select-5-input

Snippet:

<input id="react-select-5-input" readonly="" tabindex="0" class="css-14uuagi" value="">

How to fix:

Fix any of the following:
  aria-label attribute does not exist or is empty
  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  Form element does not have an implicit (wrapped) <label>
  Form element does not have an explicit <label>
  Element has no title attribute or the title attribute is empty

Environment:
Chrome version 72.0.3626.121

====

This accessibility issue was found using Accessibility Insights for Web 2.0.4 (axe-core 3.1.1), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.

@SahilTara SahilTara added the bug Something is broken label Mar 14, 2019
@Kai-Bailey Kai-Bailey added the Wizard Wizard issue label Apr 1, 2019
@crutkas crutkas added this to the 0.1.5 - Build build milestone Apr 4, 2019
@traore-i traore-i added the 1CS Compliance Issues label Apr 8, 2019
@Kai-Bailey Kai-Bailey self-assigned this Apr 10, 2019
@ghost ghost removed 1CS Compliance Issues Pending PR Wizard Wizard issue bug Something is broken labels Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants