Description
The rule determines if the svg
have an accessible description.
Context
Making accessible and cross-browser compatible svg
is a challenge. It may convey information’s or be purely decorative. Here we are checking if in any way founded svg
is accessible.
How to fix it
- If the
svg
is purely decorative addaria-hidden="true"
andfocusable="false"
. - We recommend to use
<title>
+<desc>
+aria-labelledby="[ID]"