The SVGs included in the contact links in the website's header do not have image roles
page: Global
link to row on spreadsheet
recommendation: A role attribute tells a screen reader how to identify a component. When a role is applied to a custom component is expected that it will behave the same as a semantic element with same role. Refer to this W3C ARIA Authoring Practices Guide article for more information about using ARIA properly, "W3C APG -> Read Me First" - https://www.w3.org/WAI/ARIA/apg/practices/read-me-first/ In this instance the SVGs don't have appropriate roles that will identify them as graphics for someone using a screen reader. Recommend including role="img" on the SVGs so they are properly identified. Suggest: <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="2em" height="2em" style="vertical-align: top; margin-top: 1px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;"></svg>