Snippets: Accessibility

Accessible Hiding of Elements with CSS

Developers commonly use display: none to hide content on the page. Unfortunately, this simple and common action can be problematic for users of screen readers. Below [...]
Accessibility, CSS | Type: CSS

Add Persistent Text-Resize Button

Example shows ‘bigger’ class added to all paragraphs on a page, but CSS targets specific paragraph types. jQuery toggles the class and also makes the class [...]
Accessibility, CSS, Javascript, jQuery | Type: Javascript