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
The SVG element allows an author to provide a description of the artwork, and the contents of the element can be read by webpage readers, which makes the artwork more accessible to people who are visually impaired.
It would be nice if svgcheck warned if the element is missing or empty.
The text was updated successfully, but these errors were encountered:
The description will be in a <title> or element (or distributed over several of these). I agree this should be checked/warned. However, it's important to realize that a mechanical check is not enough, because tools cannot distinguish between a series of characters without meaning and a good description.
The SVG element allows an author to provide a description of the artwork, and the contents of the element can be read by webpage readers, which makes the artwork more accessible to people who are visually impaired.
It would be nice if svgcheck warned if the element is missing or empty.
The text was updated successfully, but these errors were encountered: