Give warning when links open in a new window #435
Labels
4 - Done
Code has been added to the repository, and has been reviewed by a team member
Accessibility
Represents issues that are related to accessibility in UI such as WCAG, etc.
ChocolateyCentralManagement
Checklist
Is Your Feature Request Related To A Problem? Please describe.
If a link opens a new window (has target="_blank" ), the user must be aware of this before clicking. This article give possible solutions: https://www.w3.org/TR/WCAG20-TECHS/G201.html. The CSS solution is preferred in this article, however it needs to be styled differently. It should be styled like a tooltip.
Describe The Solution. Why is it needed?
This is needed to be WCAG compliant.
Additional Context
We will use the CSS solution in https://www.w3.org/TR/WCAG20-TECHS/G201.html and update colors to match choco-theme. This css will be in
scss/utilities/links
using the classlink-external
(instead of info like the example).Related Issues
┆Issue is synchronized with this Gitlab issue by Unito
The text was updated successfully, but these errors were encountered: