From fef6ac77e5862a3c75ead4e1f41e27b3779868f0 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 23 Jan 2021 03:09:45 -0800 Subject: [PATCH] doc: add missing ARIA label for button The button for toggling light mode and dark mode has no text display. Screen readers will read it as simply "button", making it not useful. Add an aria-label attribute so it gets a better description. PR-URL: https://github.com/nodejs/node/pull/37031 Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen --- doc/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/template.html b/doc/template.html index 51f3738e1be15a..2cf6b49b0809f0 100644 --- a/doc/template.html +++ b/doc/template.html @@ -25,7 +25,7 @@

Node.js __VERSION__ Documentation

-