The latest version of AInspector (v3.1) flags the footer's wordmark as missing an appropriate aria role (SC 4.1.2).
The violation can be addressed as follows:
Add role="img" attribute if the svg element is a descriptive image (most likely). When the img role is used the svg `title element can be used to provide a text equivalent.
Add an appropriate ARIA role if the svg is interactive or can be represented by some other document role. For example a table roles if the svg content represents tabular data.
The latest version of AInspector (v3.1) flags the footer's wordmark as missing an appropriate aria role (SC 4.1.2).
The violation can be addressed as follows:
role="img"
attribute if thesvg
element is a descriptive image (most likely). When theimg
role is used the svg `title element can be used to provide a text equivalent.svg
is interactive or can be represented by some other document role. For example atable
roles if the svg content represents tabular data.WCAG Success Criteria
Edit: remove inappropriate resolution step