Use aria-hidden on avatars

Prevent screen readers from reading the identicons. They will already be
reading the names.

// FREEBIE
This commit is contained in:
lilia 2016-04-07 10:57:07 -07:00
parent f0720776a2
commit 21cb6e0945

View file

@ -154,7 +154,7 @@
</svg>
</script>
<script type='text/x-tmpl-mustache' id='avatar'>
<span class='avatar'
<span class='avatar' aria-hidden
{{ #avatar.url }}
style='background-image: url("{{ avatar.url }}");'>
{{ /avatar.url }}