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 /js/tests/visual | |
| parent | eae1d3873365f8f6ffcf4bc167977cd41b206469 (diff) | |
| download | bootstrap-53b2c5520bb5d9fb8170692803870c8dbc8bf206.tar.xz bootstrap-53b2c5520bb5d9fb8170692803870c8dbc8bf206.zip | |
Remove inappropriate role="listbox" from carousels
Diffstat (limited to 'js/tests/visual')
| -rw-r--r-- | js/tests/visual/carousel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index ad249d874..8d71a97bd 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -18,7 +18,7 @@ <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> - <div class="carousel-inner" role="listbox"> + <div class="carousel-inner"> <div class="carousel-item active"> <img src="https://37.media.tumblr.com/tumblr_m8tay0JcfG1qa42jro1_1280.jpg" alt="First slide"> </div> |
