gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Employee Info (Admin Mode) - Ensure every form element has a label #261

Open will0684 opened 4 years ago

will0684 commented 4 years ago

Title: WCAG 1.3.1,WCAG 3.3.2: Ensures every form element has a label (#checkbox-468) Tags: Accessibility, WCAG 1.3.1, WCAG 3.3.2, label

Issue: Ensures every form element has a label (label - https://dequeuniversity.com/rules/axe/3.5/label?application=msftAI)

Target application: ALEKSANDAR BATINIC - Odoo - http://localhost:8069/web#id=9421&action=137&model=hr.employee&view_type=form&cids=1&menu_id=95

Element path: #checkbox-468

Snippet:

Screen Shot 2020-04-27 at 10 39 20 AM

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)

Environment: Chrome version 80.0.3987.163

====

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