[ad_1]
I have a suggestion/request for the accessibility checker:
The title/aria-label in links which open in a new window which gets flagged is too specific. For example, I have a link on my page that looks like this and it gets a warning:
<a href="https://projectdmc.org/support/topic/warning-about-links-opening-in-new-windows/..." target="_blank" aria-label="Visit us on Twitter in a new tab">
Suggestion: change the text it looks for from “opens in new tab/window” to simply “new tab/window”.
Thanks!