WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Links open in new tab / window

for

From: wolfgang.berndorfer@zweiterblick.at
Date: Oct 4, 2022 2:23AM


„changes of context“ are defined with the following note:
“Opening a new window … are examples of changes of context.”
https://www.w3.org/WAI/WCAG21/Understanding/on-focus.html#dfn-changes-of-context

So, target="_blank" should be a AAA violation according to SC 3.2.5 Change on Request, if there is no indication on screen (visual clue) and for SR (text clue) for the mechanism.
https://www.w3.org/TR/WCAG21/#change-on-request

Wolfgang

-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of glen walker
Sent: Monday, October 3, 2022 9:44 PM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: Re: [WebAIM] Links open in new tab / window

If a link opens in a new window and there isn't a visual clue that it will do so, then there isn't a WCAG requirement to specify it. It's generally a good UX practice to do so but it's not strictly required.

NVDA will say clickable if the element (or a parent or other ancestor
element) has a mouse click event handler. It's a clue to the screen reader user that the element is probably missing an appropriate role but is still interactive. It's not always an automatic failure but there's a good chance it's a problem. You'll have to inspect the code.