From: Chris Rebert Date: Fri, 9 May 2014 22:12:57 +0000 (-0700) Subject: add role="tab" to .nav-tabs [data-toggle="tab"] X-Git-Tag: v3.2.0~180^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13558%2Fhead;p=thirdparty%2Fbootstrap.git add role="tab" to .nav-tabs [data-toggle="tab"] Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin --- diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index 6f02290033..38518f0b1e 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -5,13 +5,13 @@

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

@@ -61,10 +61,10 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) {% highlight html %} @@ -94,10 +94,10 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)

{% highlight html %}