]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add aria-hidden to icons in about page 15009/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Tue, 4 Nov 2014 10:56:40 +0000 (10:56 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Mon, 10 Nov 2014 08:55:59 +0000 (08:55 +0000)
docs/about.html

index 91504e416462fde8f75f0e1448ec9ce5cc57262b..f0d5d134bb4ccff222fef8e3afcffdb915f530bf 100644 (file)
@@ -99,17 +99,17 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o
   <div class="bs-brand-logos">
     <div class="bs-brand-item">
       <h3>Bootstrap</h3>
-      <span class="glyphicon glyphicon-ok"></span>
+      <span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
       <span class="sr-only">(correct)</span>
     </div>
     <div class="bs-brand-item">
       <h3 class="text-muted">BootStrap</h3>
-      <span class="glyphicon glyphicon-remove"></span>
+      <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
       <span class="sr-only">(incorrect)</span>
     </div>
     <div class="bs-brand-item">
       <h3 class="text-muted">Twitter Bootstrap</h3>
-      <span class="glyphicon glyphicon-remove"></span>
+      <span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
       <span class="sr-only">(incorrect)</span>
     </div>
   </div>