Open link in new tabs

The objective of this technique is to limit the use of links or buttons that open new windows or tabs within Web content. In general, it is better not to open new windows and tabs since they can be disorienting for people, especially people who have difficulty perceiving visual content. However there are some situations where it is preferable from an accessibility perspective to open a new window or tab. Here are two such situations:

  • Opening a page containing context-sensitive information, such as help instructions, or an alternate means of completing a form, such as a calendar-based date picker, will significantly disrupt a multi-step workflow, such as filling in and submitting a form, if the page is opened in the same window or tab.
  • The user is logged into a secured area of a site, and following a link to a page outside of the secured area would terminate the user’s logon. In this case opening external links in an external window allows the user to access such references while keeping their login active in the original window.

https://www.w3.org/TR/WCAG20-TECHS/G200.html

As per WCAG, they said that it is not compulsory to open in the same tab/window

Even the descriptions in YouTube videos open links in a new tab because users don’t wanna miss the context of the video.

At least we can have settings as google search has.

https://www.google.com/preferences

image

/cc @pirijan @bentsai

3 Likes