From: Patrick H. Lauke Date: Tue, 24 Mar 2015 10:32:53 +0000 (+0000) Subject: Add aria-expanded and aria-controls to docs navbar toggle X-Git-Tag: v3.3.5~193^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04280335f6bf9a9edd6b5e766c6c16d020f772c0;p=thirdparty%2Fbootstrap.git 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) --- 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 @@