gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Admin New User - Ensure elements with an ARIA role that require parent roles are contained by them #246

Open will0684 opened 4 years ago

will0684 commented 4 years ago

Title: WCAG 1.3.1: Ensures elements with an ARIA role that require parent roles are contained by them (a[href$="#notebook_page_15"]) Tags: Accessibility, WCAG 1.3.1, aria-required-parent

Issue: Ensures elements with an ARIA role that require parent roles are contained by them (aria-required-parent - https://dequeuniversity.com/rules/axe/3.5/aria-required-parent?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: a[href$="#notebook_page_15"]

Snippet: <a data-toggle="tab" disable_anchor="true" href="#notebook_page_15" class="nav-link active" role="tab">Access Rights</a>

Screen Shot 2020-04-23 at 10 37 08 AM

How to fix: Fix any of the following: Required ARIA parent role not present: tablist

Environment: Chrome version 80.0.3987.163

====

Title: WCAG 1.3.1: Ensures elements with an ARIA role that require parent roles are contained by them (a[href$="#notebook_page_31"]) Tags: Accessibility, WCAG 1.3.1, aria-required-parent

Issue: Ensures elements with an ARIA role that require parent roles are contained by them (aria-required-parent - https://dequeuniversity.com/rules/axe/3.5/aria-required-parent?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: a[href$="#notebook_page_31"]

Snippet: Preferences

Screen Shot 2020-04-23 at 10 37 08 AM

How to fix: Fix any of the following: Required ARIA parent role not present: tablist

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.