Closed tillprochaska closed 2 months ago
The span element should have an extra aria-label="against" attribute as some screen readers ignore empty elements (even though the element has a title attribute).
span
aria-label="against"
title
<span class="thumb thumb--against thumb--circle " title="against"><svg aria-hidden="true"><use href="/static/icons.svg#thumb"></use></svg></span>
The
span
element should have an extraaria-label="against"
attribute as some screen readers ignore empty elements (even though the element has atitle
attribute).