gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Admin My Profile - Ensure every id attribute value used in ARIA and in labels is unique #244

Open will0684 opened 4 years ago

will0684 commented 4 years ago

Title: WCAG 4.1.1: Ensures every id attribute value used in ARIA and in labels is unique (.o_required_modifier[href$="#id\=1\&model\=res.company"][name="company_id"]) Tags: Accessibility, WCAG 4.1.1, duplicate-id-aria

Issue: Ensures every id attribute value used in ARIA and in labels is unique (duplicate-id-aria - https://dequeuniversity.com/rules/axe/3.5/duplicate-id-aria?application=msftAI)

Target application: Administrator - Odoo - http://localhost:8069/web#id=2&action=143&model=res.users&view_type=form&cids=1&menu_id=95

Element path: tr:nth-child(3) > td:nth-child(2) > .o_required_modifier[href$="#id\=1\&model\=res.company"][name="company_id"]

Snippet: <a class="o_form_uri o_field_widget o_invisible_modifier o_required_modifier" href="#id=1&amp;model=res.company" name="company_id" id="o_field_input_447"><span>My Company</span></a>

Screen Shot 2020-04-23 at 8 01 52 AM

How to fix: Fix any of the following: Document has multiple elements referenced with ARIA with the same id attribute: o_field_input_447

Environment: Chrome version 80.0.3987.163

====

Title: WCAG 4.1.1: Ensures every id attribute value used in ARIA and in labels is unique (.o_field_one2many.o_invisible_modifier[name="employee_ids"]) Tags: Accessibility, WCAG 4.1.1, duplicate-id-aria

Issue: Ensures every id attribute value used in ARIA and in labels is unique (duplicate-id-aria - https://dequeuniversity.com/rules/axe/3.5/duplicate-id-aria?application=msftAI)

Target application: Administrator - Odoo - http://localhost:8069/web#id=2&action=143&model=res.users&view_type=form&cids=1&menu_id=95

Element path: #o_employee_right > .o_field_one2many.o_invisible_modifier[name="employee_ids"]

Snippet:

How to fix: Fix any of the following: Document has multiple elements referenced with ARIA with the same id attribute: o_field_input_465

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.