Skip to content

Commit a0cc754

Browse files
Remove alt attribute from anchor in footer
** Why are these changes being introduced: * This attribute has been flagged by ANDI throughout our identity, and it isn't needed - there is a screen-reader accessible text for this SVG image, as well as a title attribute in the SVG itself. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/engx-67 ** How does this address that need: * This removes the alt attribute ** Document any side effects to this change: * None
1 parent 2dbb1e8 commit a0cc754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/layouts/_libraries_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="footer-main" aria-label="MIT Libraries footer">
44
<div class="identity">
55
<div class="wrap-logo-lib">
6-
<a href="https://libraries.mit.edu" class="logo-mit-lib" alt="MIT Libraries Logo">
6+
<a href="https://libraries.mit.edu" class="logo-mit-lib">
77
<span class="sr">MIT Libraries home</span>
88
<%= image_tag("mitlib-wordmark.svg", :alt => "MIT Libraries logo") %>
99
</a>

0 commit comments

Comments
 (0)