Question accessibilité :
Dites, une navigation principale (trois niveaux), puis un fil d'Ariane, puis une sous-nav (sous forme graphique d'onglets),

ça fait autant de <nav> mais aussi autant d'aria-current ou pas, pour vous ?

Parce que j'imagine que trop de nav et aria-current tue les nav et l'aria-current, non ?

#accessibilitéWeb #a11y

@emmanuelc The count of `<nav>` comes down to what works for users. I usually do not use one for breadcrumb. The primary navigation might have so many choices that a user would appreciate having the subnav in its own `<nav>`.

As for `aria-current`, use it as often as warranted. It would not be surprising to have one each for the three navigation examples you mention.