back to CanAdapt home

Aria label on a div with a role of navigation

Results

JAWS reads the navigation role, and the aria label, and also reads the text.

Code

<div id="top-nav-container" class="clearfix mr10" role="navigation" aria-label="main mega menu, with over 100 links">This is a big menu</div>

Aria label on a div with a role of Group

This is a big menu

Results

JAWS reads the navigation role, and the aria label, and also reads the text.

Code

<div id="top-nav-container" class="clearfix mr10" role="navigation" aria-label="main mega menu, with over 100 links">This is a big menu</div>