From 0a808fc56ca0983d45556fa9ccd5da80445b23c2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 9 May 2014 15:12:57 -0700 Subject: [PATCH] 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 --- docs/_includes/js/tabs.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 %}
-- 2.47.2