LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

Navigation should use <header> element (WCAG 1.3.1) [QAC] #197

Open ftourangeau opened 1 year ago

ftourangeau commented 1 year ago

COURSE: https://esdc-edsc-adapt.canadacentral.cloudapp.azure.com/preview/5dc446fd27f08836496b6b9e/63a32079b75e454dafed1e1d/


Page: All pages

Description: The website branding content (typically at the top) such as logo, navigation, search, language switcher, etc. must be identified by using the banner top landmark. The banner landmark: • <header> (recommended) or • role="banner"

Consider using the <header> element instead of the element with role="navigation".