Not all screen-readers understand _blank to communicate the opening of a new window. As a result this can create disorientation for blind, partially sighted users and signed users where there's no visual representation
Add a visual icon to indicate the item moves into a new page for sighted users
Add aria-label attribute to the link to communicate page opening for a screen-reader, for example:
<a class="btn" href="https://docs.google.com/forms/u/1/d/e/1FAIpQLSd-2SAtuNmLysyr_SS41rxinLnzGHSnVZqLqWAVg9HCSg-_jw/viewform" target="_blank" aria-label="Add a Resource, opens a new window">Add a Resource</a>
Issue
Not all screen-readers understand
_blank
to communicate the opening of a new window. As a result this can create disorientation for blind, partially sighted users and signed users where there's no visual representationResources
Recommendations
<a class="btn" href="https://docs.google.com/forms/u/1/d/e/1FAIpQLSd-2SAtuNmLysyr_SS41rxinLnzGHSnVZqLqWAVg9HCSg-_jw/viewform" target="_blank" aria-label="Add a Resource, opens a new window">Add a Resource</a>