gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Admin My Profile - Ensure elements with an ARIA role that require parent roles are contained by them #243

Open will0684 opened 4 years ago

will0684 commented 4 years ago

WCAG 1.3.1: Ensures elements with an ARIA role that require parent roles are contained by them (a[href$="#notebook_page_448"]) 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: Administrator - Odoo - http://localhost:8069/web#id=2&action=143&model=res.users&view_type=form&cids=1&menu_id=95

Element path: a[href$="#notebook_page_448"]

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

Screen Shot 2020-04-23 at 7 56 59 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.