From 959ef7ac6bd1be33bdc1273ba42330f285e74238 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 26 Sep 2023 10:18:29 -0700 Subject: [PATCH] doc: add navigation ARIA landmark to doc ToC As an accessibility improvement, specify the navigation landmark for the column in our docs that contains the table of contents. Ref: https://www.w3.org/WAI/ARIA/apg/practices/landmark-regions/ Ref: https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA20.html PR-URL: https://github.com/nodejs/node/pull/49882 Reviewed-By: Luigi Pinca Reviewed-By: Claudio Wunder Reviewed-By: LiviaMedeiros --- doc/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/template.html b/doc/template.html index a186e4fbded383..0538d42a68e2f3 100644 --- a/doc/template.html +++ b/doc/template.html @@ -14,7 +14,7 @@