it-osu-web / it-osu-pl

IT@OSU Pattern Lab
https://it-osu-web.github.io/it-osu-pl/
3 stars 1 forks source link

Breadcrumbs have broken ARIA reference #236

Closed coreymoore closed 3 years ago

coreymoore commented 3 years ago

The nav element for the breadcrumbs contains an aria-labelledby attribute of 'Breadcrumb', which should correspond with an element that has an id of 'Breadcrumb'. Currently, this pattern breaks WCAG 1.3.1 and WCAG 4.1.2.

The h2 element below the opening nav should be given an id that matches the value of the aria-labelledby attribute of the opening nav. Alternately, the h2 could be removed and aria-labelledby could be changed to aria-label (see WAI-ARIA Authoring Practices 1.1 Breadcrumb example).