From 878f720ea1d4d0f0e96b93ecb118dc91f68f480a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 8 Jul 2014 12:43:57 -0700 Subject: [PATCH] Add role="tablist" & aria-multiselectable="true" to accordion .panel-group to improve accessibility Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] --- docs/_includes/js/collapse.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html index e878cdb091..bf9bcd449f 100644 --- a/docs/_includes/js/collapse.html +++ b/docs/_includes/js/collapse.html @@ -13,7 +13,7 @@

Using the collapse plugin, we built a simple accordion by extending the panel component.

-
+

@@ -59,7 +59,7 @@

{% highlight html %} -
+