HTML5 template: Add role with ARIA doc-toc for table of contents.
See #4213.
This commit is contained in:
parent
b74267406b
commit
d50cb029fd
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ $endif$
|
|||
</header>
|
||||
$endif$
|
||||
$if(toc)$
|
||||
<nav id="$idprefix$TOC">
|
||||
<nav id="$idprefix$TOC" role="doc-toc">
|
||||
$table-of-contents$
|
||||
</nav>
|
||||
$endif$
|
||||
|
|
Loading…
Reference in a new issue