Social icons in the front end miss the accessible attributes #20466
Labels
[Block] Social
Affects the Social Block - used to display Social Media accounts
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Type] Bug
An existing feature does not function as intended
Describe the bug
All the SVG icons rendered in the front end by the Social Icons block miss the accessible attributes
role="img" aria-hidden="true" focusable="false"
To reproduce
Note: the SVG icons meant to be used on the front end are hardcoded in the block component
index.php
file. See there the<svg>
tags miss the required attributes.The text was updated successfully, but these errors were encountered: