You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not related to the missing alt attribute. I raise that in issue #8 and should still be added to the <img> in the SVG version.
This relates to the SVG files themselves missing alternative text. For example, if you look at the source of the Twitter SVG, it has no alternative text.
Suggest modifying each of the SVG files to have a <title> and <desc> element. So the SVG would open like this:
You can find more context and tips in the article Tips for Creating Accessible SVG, though some may not apply as your code references SVG via the <img> element.
The text was updated successfully, but these errors were encountered:
This is not related to the missing
alt
attribute. I raise that in issue #8 and should still be added to the<img>
in the SVG version.This relates to the SVG files themselves missing alternative text. For example, if you look at the source of the Twitter SVG, it has no alternative text.
Suggest modifying each of the SVG files to have a
<title>
and<desc>
element. So the SVG would open like this:You can find more context and tips in the article Tips for Creating Accessible SVG, though some may not apply as your code references SVG via the
<img>
element.The text was updated successfully, but these errors were encountered: