Use aria-hidden on avatars

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

// FREEBIE
pull/749/head
lilia 9 years ago
parent f0720776a2
commit 21cb6e0945

@ -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 }}

Loading…
Cancel
Save