Commit c1cf5469 by Brian Jacobel Committed by GitHub

Merge pull request #13450 from edx/bjacobel/forum-header-aria-label

Wrap the discussion header in a <nav aria-label="Forums">
parents 3e0bd55c 11004e63
......@@ -58,8 +58,9 @@ DiscussionBoardFactory({
<header class="page-header has-secondary">
## Breadcrumb navigation
<div class="page-header-main">
<div class="sr-is-focusable" tabindex="-1"></div>
<div class="has-breadcrumbs"></div>
<nav aria-label="${_('Discussions')}" class="sr-is-focusable" tabindex="-1">
<div class="has-breadcrumbs"></div>
</nav>
</div>
<div class="page-header-secondary">
## Add Post button
......
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