diff options
| author | Chris Rebert <[email protected]> | 2014-05-09 15:05:20 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-09 15:05:20 -0700 |
| commit | e9374c0609c9e63fd6033f684b18ff105e1756ae (patch) | |
| tree | 927f7c5ec29a1a1f926b3ad5f64bf9c29c2a1ff6 /docs/examples | |
| parent | 48fd9e29a24ae7fd8d8061e62a099c6097c41f18 (diff) | |
| download | bootstrap-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')
| -rw-r--r-- | docs/examples/rtl/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/rtl/index.html b/docs/examples/rtl/index.html index 070831461..5a18d048f 100644 --- a/docs/examples/rtl/index.html +++ b/docs/examples/rtl/index.html @@ -362,7 +362,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> 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> |
