diff options
| author | Patrick H. Lauke <[email protected]> | 2017-04-11 11:12:30 +0100 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-04-11 11:12:30 +0100 |
| commit | 53b2c5520bb5d9fb8170692803870c8dbc8bf206 (patch) | |
| tree | e09409a49a00a82daec72627379b12420046181f /docs/examples | |
| parent | eae1d3873365f8f6ffcf4bc167977cd41b206469 (diff) | |
| download | bootstrap-53b2c5520bb5d9fb8170692803870c8dbc8bf206.tar.xz bootstrap-53b2c5520bb5d9fb8170692803870c8dbc8bf206.zip | |
Remove inappropriate role="listbox" from carousels
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index e746c5915..072129a61 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -47,7 +47,7 @@ <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol> - <div class="carousel-inner" role="listbox"> + <div class="carousel-inner"> <div class="carousel-item active"> <img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide"> <div class="container"> |
