Accessibility
Since all Web Theme sites use SVG as markup into the HTML, it's essential to have the necessary accessibility measures in place. Most measures, like color contrast for desktop and mobile, are already baked in. To ensure your lockups is accessible, make sure you have the following added to the SVG:
-
role="img"
in the SVG tag.
-
aria-labelledby="departmentname"
in the SVG tag.
-
A <title>
tag with id="departmentname"
that includes the department name, in order to link it to the aria-labeledby for a screen reader to read this alternative text, if it doesn't yet exist.