zcjess / Ecoach-accessibility-issues

1 stars 0 forks source link

WCAG 1.3.1: Ensures elements with an ARIA role that require child roles contain them (ul) #1

Open zcjess opened 1 year ago

zcjess commented 1 year ago

Issue

Ensures elements with an ARIA role that require child roles contain them (aria-required-children)

Target application

ECoach | STATS250 Home

Element path

.side-menu > ul

Snippet

<ul role="menu">

How to fix

Fix any of the following:
  Element has children which are not allowed (see related nodes)
  Element has no aria-busy="true" attribute

Environment

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

zcjess commented 1 year ago

Title: WCAG 1.3.1: Ensures elements with an ARIA role that require child roles contain them (ul) Tags: Accessibility, WCAG 1.3.1, aria-required-children

Issue: Ensures elements with an ARIA role that require child roles contain them (aria-required-children - https://accessibilityinsights.io/info-examples/web/aria-required-children)

Target application: ECoach | STATS250 Home - https://umecoach.miserver.it.umich.edu/coach/1/home/

Element path: .side-menu > ul

Snippet: