You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link text does not indicate that the link opens in a new window. (AAA requirement 3.2.5)
The footer link for Commit "5b6d7e1" opens a new window without warning.
Recommendation
Rule:
If a link triggers the page to open in a new window or tab, the user should be provided a warning ahead of time.
How To Fix:
Fix this issue by informing users ahead of time of such behavior by methods such as the text label for the UI control or some advisory text placed before the control that cautions the user of this behavior.
Employ ONE of the following:
Include the warning in the text describing a control - Shop now (opens in a new window)
Background:
Opening new windows automatically when a link is activated can be disorienting for people who have difficulty perceiving visual content, and for some people with cognitive disabilities, if they are not warned in advance. Providing a warning allows the user to decide it they want to leave the current window, and the warning will help them find their way back, if they do decide they would like to go to the new window. It will help them understand that the "back" button will not work and that they have to return to the last window they had open, in order to find their previous location.
Issue Details
Description
The link text does not indicate that the link opens in a new window. (AAA requirement 3.2.5)
The footer link for Commit "5b6d7e1" opens a new window without warning.
Recommendation
Rule:
If a link triggers the page to open in a new window or tab, the user should be provided a warning ahead of time.
How To Fix:
Fix this issue by informing users ahead of time of such behavior by methods such as the text label for the UI control or some advisory text placed before the control that cautions the user of this behavior.
Employ ONE of the following:
References:
Giving Users Advanced notice when opening in a new window: https://www.w3.org/WAI/WCAG21/Techniques/general/G201
Opening new windows only when necessary: https://www.w3.org/WAI/WCAG21/Techniques/general/G200
Using the Target Attribute to open in a new window: https://www.w3.org/WAI/WCAG21/Techniques/html/H83
Background:
Opening new windows automatically when a link is activated can be disorienting for people who have difficulty perceiving visual content, and for some people with cognitive disabilities, if they are not warned in advance. Providing a warning allows the user to decide it they want to leave the current window, and the warning will help them find their way back, if they do decide they would like to go to the new window. It will help them understand that the "back" button will not work and that they have to return to the last window they had open, in order to find their previous location.
Source Code
Screenshots