Commit e0aa5c50 by Ahsan Ulhaq

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
parent de64bfa0
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</p> </p>
</div> </div>
<nav class="nav-peripheral"> <nav class="nav-peripheral" aria-label="{_('Legal')}">
<ol> <ol>
<li class="nav-item nav-peripheral-tos"> <li class="nav-item nav-peripheral-tos">
<a data-rel="edx.org" href="${marketing_link('TOS')}">${_("Terms of Service")}</a> <a data-rel="edx.org" href="${marketing_link('TOS')}">${_("Terms of Service")}</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment