Add Accessibility compliance to footer

Issue #22 new
University of Delaware repo owner created an issue

see http://john.foliot.ca/aria-hidden/#h aria-hidden="true" & tabindex="-1" on anchor element + "role="presentation" on both anchor and image elements (with <img alt="Tim Berners-Lee Takes the Stand to Keep the Web Free">) Example below tested correctly in screen readers: <a href="tbl.html" aria-hidden="true" role="presentation" tabindex="-1"> <img src="tim_th.jpg" class="thumb" alt="Tim Berners-Lee Takes the Stand to Keep the Web Free role="presentation""> </a>

Comments (2)

  1. Log in to comment