From 70823a1c68e03bb5637e7a904b9c65ed341fbe43 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. --- 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

-