- Issue created by @zserno
- Status changed to Needs review
over 1 year ago 3:06pm 30 March 2023 - 🇭🇺Hungary zserno
Attached patch adds the
tags when the Alt field is enabled and not empty.aria-label
attribute to inline - Status changed to Needs work
over 1 year ago 2:36am 11 September 2023 - 🇪🇨Ecuador jwilson3
Nice and smart approach. But can you point to some docs online that confirm that the aria-label attribute alone on the SVG itself is sufficient for screen readers and behaves the same way as the
<title>
and<desc>
tags inside the SVG itself?All I've found online here (https://css-tricks.com/accessible-svgs/) suggests that the proper accessible approach is to put the alt text as the
<title>
tag and then reference it from aria-labelledby attribute. And then also implementing<desc>
tag, accompanied by the aria-describedby attribute. - Status changed to Postponed: needs info
over 1 year ago 2:37am 11 September 2023