Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For all links, ensure that it is possible for users to control when a link opens in new tab/window by making sure the browser’s native “Open in new tab” and “Open in new window” options are always available.

  • For links which open in an new window.

    • Append On hover and on select, or when a link is given focus, append a standard icon to the end of the link

      • import OpenInNewIcon from '@mui/icons-material/OpenInNew';

      • Hide the icon from screen readers

        • aria-hidden="true"

    • Ensure the words “opens in a new window” are voiced by screen readers

      • append the screen reader warning automatically at the end of the link following the icon.