From 04280335f6bf9a9edd6b5e766c6c16d020f772c0 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 24 Mar 2015 10:32:53 +0000 Subject: [PATCH] Add aria-expanded and aria-controls to docs navbar toggle Also, use id rather class name for the navigation, as it's unique and lets us use correct aria-controls (and without the use of id, aria-expanded does not get updated correctly by the current dropdown toggle script) --- docs/_includes/nav/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/nav/main.html b/docs/_includes/nav/main.html index 5304306150..01f7fac06a 100644 --- a/docs/_includes/nav/main.html +++ b/docs/_includes/nav/main.html @@ -1,7 +1,7 @@