From: Max Kramer Date: Thu, 22 May 2014 22:13:41 +0000 (-0400) Subject: Add aria-haspopup and aria-expanded attributes to dropdown plugin X-Git-Tag: v3.3.0~306^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee12ce83057233d271f42162ef3dd2d42d315176;p=thirdparty%2Fbootstrap.git Add aria-haspopup and aria-expanded attributes to dropdown plugin 1. Add aria-haspopup="true" and aria-expanded="false" to dropdown docs 2. Toggle aria-expanded between "true" and "false" when opening and closing dropdown Satisfy item 1 from https://github.com/paypal/bootstrap-accessibility-plugin#dropdown. See #13553. --- diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index 27b06fe953..2f03bddc14 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -20,7 +20,7 @@