From: Cameron Little Date: Tue, 9 Sep 2014 16:17:56 +0000 (+0200) Subject: Tabs plugin accessibility X-Git-Tag: v3.3.0~47^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0755d529c6ded76a6c04b13b36ce0471e4bb1ee8;p=thirdparty%2Fbootstrap.git Tabs plugin accessibility Added support for `aria-expanded` toggling via JavaScript. Added `aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs. Added `aria-expanded` unit test for the tabs plugin. See also #13554. Closes #14154 by merging it. --- diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index f520e0f964..aec6485aa2 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -5,27 +5,27 @@

Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.