Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-03-26 04:06:47 +0300
committerChris Rebert <code@rebertia.com>2015-03-26 04:06:47 +0300
commit6c5e7dfce19425af6e646c8b4578d15f2512d4ad (patch)
tree9e74f1081dd9050b2d75d3b797797c227d6af761 /js/tests/visual/modal.html
parent2f3076f20acb6b34279b1ef77063a8fff33f756e (diff)
rm redundant aria-hidden usage from Modals; fixes #16020
Diffstat (limited to 'js/tests/visual/modal.html')
-rw-r--r--js/tests/visual/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html
index fb6dca0598..4342f0ce44 100644
--- a/js/tests/visual/modal.html
+++ b/js/tests/visual/modal.html
@@ -54,7 +54,7 @@
<h1>Modal <small>Bootstrap Visual Test</small></h1>
</div>
- <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
+ <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog">
<div class="modal-content">