Accessible Design Resources
General
TBD
TBD
Web
Equalize Digital Accessibility Checker Plugin for Wordpress
Equalize Digital’s Accessibility Checker provides accessibility error and warning notifications right on your post and/or page edit screen. The plugin automatically scans your content each time you save a draft or hit publish, giving you real-time feedback on your post’s or page’s accessibility.
External Link Alert Icon
Here’s a snippet of CSS code that automatically adds an ‘external link’ icon to alert users that a link will open in a new window. (Credit: Endurtech)
a[target="_blank"]::after {content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);margin: 0px 3px 0px 5px;}