aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-09 15:05:20 -0700
committerChris Rebert <[email protected]>2014-05-09 15:05:20 -0700
commite9374c0609c9e63fd6033f684b18ff105e1756ae (patch)
tree927f7c5ec29a1a1f926b3ad5f64bf9c29c2a1ff6 /docs/examples/theme
parent48fd9e29a24ae7fd8d8061e62a099c6097c41f18 (diff)
downloadbootstrap-e9374c0609c9e63fd6033f684b18ff105e1756ae.tar.xz
bootstrap-e9374c0609c9e63fd6033f684b18ff105e1756ae.zip
add role="tablist" to .nav-tabs in examples to improve accessibility
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
Diffstat (limited to 'docs/examples/theme')
-rw-r--r--docs/examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index f312df4ee..44cc27638 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -364,7 +364,7 @@
<div class="page-header">
<h1>Navs</h1>
</div>
- <ul class="nav nav-tabs">
+ <ul class="nav nav-tabs" role="tablist">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Messages</a></li>