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>
|
</svg>
|
||||||
</script>
|
</script>
|
||||||
<script type='text/x-tmpl-mustache' id='avatar'>
|
<script type='text/x-tmpl-mustache' id='avatar'>
|
||||||
<span class='avatar'
|
<span class='avatar' aria-hidden
|
||||||
{{ #avatar.url }}
|
{{ #avatar.url }}
|
||||||
style='background-image: url("{{ avatar.url }}");'>
|
style='background-image: url("{{ avatar.url }}");'>
|
||||||
{{ /avatar.url }}
|
{{ /avatar.url }}
|
||||||
|
|
Loading…
Reference in a new issue