gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Admin New User - Ensure every id attribute value used in ARIA and in labels is unique #247

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_form_uri.o_readonly_modifier[name="partner_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: Odoo - http://localhost:8069/web#action=74&active_id=1&cids=1&id=&menu_id=95&model=res.users&view_type=form

Element path: div:nth-child(3) > .o_form_uri.o_readonly_modifier[name="partner_id"]

Snippet: <a class="o_form_uri o_field_widget o_readonly_modifier" href="#" name="partner_id" id="o_field_input_14"><span></span></a>

Screen Shot 2020-04-23 at 10 39 29 AM

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

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.