HowTheyVote / howtheyvote

HowTheyVote.eu allows anyone to easily find out how Members of the European Parliament vote in plenary.
https://howtheyvote.eu
GNU Affero General Public License v3.0
44 stars 2 forks source link

Vote positions not announced correctly by all screen readers #1021

Closed tillprochaska closed 2 months ago

tillprochaska commented 3 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 class="thumb thumb--against thumb--circle " title="against"><svg aria-hidden="true"><use href="/static/icons.svg#thumb"></use></svg></span>