caledoniaman

Making links more descriptive for screen reader users

Jan 17th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <a class="more" title="Opens external link in new window" href="en/middle-east/uae/dubai/hotel-dubai-ibn-battuta/rooms/">
  2.     More Information <span class="visually hidden"> about our rooms</span>
  3. </a>
  4.  
  5. .visuallyhidden {
  6.     border: 0;
  7.     clip: rect(0 0 0 0);
  8.     height: 1px;
  9.     width: 1px;
  10.     margin: -1px;
  11.     padding: 0;
  12.     overflow: hidden;
  13.     position: absolute;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment