What fresh hell is THIS now? - Patrick Lauke
aria-label
on the nav
tag?
<nav>
allows flow content the answer is yes. From the perspective of using landmarks I'd say no. I'm assuming you mean nested as in nav inside a nav and not two navs in a header element or something along those lines
[spencer_stark] I’ve got a number of links that read as, <a href="/location/">Learn More</a>
and by a number, I mean they’re all over our site. Is it acceptable to do something like the following or should we change our content itself to be more helpful in general.
<a href="/location/">Learn More<span class="u-hiddenVisually">about the thing we link to</span></a>
where hiddenVisually is screen reader only style.