Skip to content

accessilibity: WCAG 4.1.2: Ensure every form element has a label (#script-selector,.combobox-input[spellcheck="false"][type="text"]) #319

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

Open
pelikhan opened this issue Feb 12, 2025 · 1 comment

Comments

@pelikhan
Copy link
Contributor

WCAG 4.1.2: Ensure every form element has a label (#script-selector,.combobox-input[spellcheck="false"][type="text"])
Tags: Accessibility, WCAG 4.1.2, label

Issue: Ensure every form element has a label (label - https://accessibilityinsights.io/info-examples/web/label)

Target application: GenAIScript Script Runner - http://127.0.0.1:8003/?scriptid=add.test

Element path: #script-selector,.combobox-input[spellcheck="false"][type="text"]

Snippet:

How to fix:
Fix any of the following:
Element does not have an implicit (wrapped)
Element does not have an explicit
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
Element has no title attribute
Element has no placeholder attribute
Element's default semantics were not overridden with role="none" or role="presentation"

Environment: Microsoft Edge version 133.0.0.0

====

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

@pelikhan
Copy link
Contributor Author

Image

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

No branches or pull requests

1 participant