We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc056c2 commit 7f06c27Copy full SHA for 7f06c27
tools/doc/html.mjs
@@ -467,7 +467,7 @@ export function buildToc({ filename, apilinks }) {
467
.use(htmlStringify)
468
.processSync(toc).toString();
469
470
- file.toc = `<details id="toc" open><summary>Table of contents</summary>${inner}</details>`;
+ file.toc = `<details role="navigation" id="toc" open><summary>Table of contents</summary>${inner}</details>`;
471
file.tocPicker = `<div class="toc">${inner}</div>`;
472
} else {
473
file.toc = file.tocPicker = '<!-- TOC -->';
0 commit comments