WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Accessible external links

for

From: Marc Solomon
Date: Nov 24, 2015 2:00PM


It looks like some CSS magic was used to add this text off screen. Here is an excerpt of the CSS:

article a[href^="http:"]::after, article a[href^="https:"]::after {
content: " - External link";
left: -10000px;
position: absolute;
top: auto;
}

Marc