In a document, there are multiple <nav>
and <aside>
elements. Should I add role="navigation"
on all <nav>
s and role="complementary"
on all <aside>
s?
In other words, is it more beneficial or more redundant that there are multiple <nav role="navigation">...</nav>
s and multiple <aside role="complementary">...</aside>
s in a document?