Skip to content

Commit

Permalink
Ensure img elements have alt text where necessary (none do).
Browse files Browse the repository at this point in the history
- Add aria-hidden to global nav icon.
  • Loading branch information
cjcenizal committed May 1, 2017
1 parent 26a6264 commit 18f87c7
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -13,12 +13,11 @@
data-test-subj="appLink"
>
<div class="global-nav-link__icon">
<!-- Empty alt attribute is for accessibility -->
<img
ng-if="icon"
class="global-nav-link__icon-image"
kbn-src="{{ '/' + icon }}"
alt=""
aria-hidden
>

<span
Expand Down

0 comments on commit 18f87c7

Please sign in to comment.