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:
parent
f0720776a2
commit
21cb6e0945
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue