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>
|
</header>
|
||||||
$endif$
|
$endif$
|
||||||
$if(toc)$
|
$if(toc)$
|
||||||
<nav id="$idprefix$TOC">
|
<nav id="$idprefix$TOC" role="doc-toc">
|
||||||
$table-of-contents$
|
$table-of-contents$
|
||||||
</nav>
|
</nav>
|
||||||
$endif$
|
$endif$
|
||||||
|
|
Loading…
Add table
Reference in a new issue