From 5c1f4e1a0c7cd2f6adeedf2c2bd91ad87f32706d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 8 Jul 2014 11:58:33 -0700 Subject: add role="presentation" to tab
  • s to improve accessibility Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] --- docs/_includes/components/navs.html | 66 ++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'docs/_includes/components/navs.html') diff --git a/docs/_includes/components/navs.html b/docs/_includes/components/navs.html index 5fcb1490c..3b15c4e16 100644 --- a/docs/_includes/components/navs.html +++ b/docs/_includes/components/navs.html @@ -7,16 +7,16 @@

    Note the .nav-tabs class requires the .nav base class.

    {% highlight html %} {% endhighlight %}
    @@ -28,24 +28,24 @@

    Take that same HTML, but use .nav-pills instead:

    {% highlight html %} {% endhighlight %}

    Pills are also vertically stackable. Just add .nav-stacked.

    {% highlight html %} @@ -63,15 +63,15 @@
    {% highlight html %} @@ -94,15 +94,15 @@ {% highlight html %} {% endhighlight %} @@ -114,9 +114,9 @@

    Tabs with dropdowns