footer <nav> accessibility issue

<nav> in the footer of the studio does not have accessible label(aria-label,
aria-labelledby) which causes accessibility issues for the screen reader users.

TNL-1523
This commit is contained in:
Ahsan Ulhaq
2015-02-24 20:58:51 +05:00
parent de64bfa0f1
commit e0aa5c509e

View File

@@ -15,7 +15,7 @@
</p>
</div>
<nav class="nav-peripheral">
<nav class="nav-peripheral" aria-label="{_('Legal')}">
<ol>
<li class="nav-item nav-peripheral-tos">
<a data-rel="edx.org" href="${marketing_link('TOS')}">${_("Terms of Service")}</a>