Procházet zdrojové kódy

Replace bg image alt-text with aria-label

Danilo Bargen před 7 roky
rodič
revize
a54939092d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -57,7 +57,7 @@
 </head>
 
 <body ng-controller="StatusController as ctrl" class="{{ ctrl.statusClass }}" ng-class="{expanded: ctrl.expandStatusBar}">
-    <img src="img/bg.jpg?v=1" alt="Background image: Blurred photo of a mountain" id="background-image" draggable="false">
+    <img src="img/bg.jpg?v=1" aria-label="Background image: Blurred photo of a mountain" id="background-image" draggable="false">
 
     <noscript>
         <img id="logo-noscript" src="img/logo.svg?v=[[VERSION]]"/>