I have grayscale set up as an accessibility shortcut on my phone so if I’m looking at something that does need color, like photos, I can turn it on for a few minutes. Just gotta remember to turn it back off! 😅
Tag: accessibility
The NDS is a coherent set of standards and principles that combine neurodiversity and user experience design for Learning Management Systems.
See also:
The links below have helped me in my ongoing accessibility education. Most of these are beginner-friendly entry points to what can be a broad and sometimes complex topic.
A11y is a compact abbreviation for accessibility with 11 (eleven) representing the count of letters between the letter a and the letter y.
😅 I’ve seen A11y before and thought it was leet speak for “ally,” calling out the common problem of 1s looking like lowercase l’s in some typefaces. This… makes more sense 😂
UX is not only about the way it works, but about delight, whimsy, wit, and beauty. But when it comes to accessibility, we tend to take the term literally. Why?
Get your computer to read to you
Narrator on Windows:Â Settings > Ease of Access > Narrator
For self-editing, as an alternative to reading aloud to yourself
The relevant parts of an image aren’t limited to the cold hard facts. Images can make you feel a particular way, and that’s something that should be made available to a screen reader user.
A good reminder to not get hung up on the details but focus on the meaning.
Color
Accessible Palette – Create color systems with consistent lightness and contrast
Accessible Color Generator – Show me the closest variations of COLOR that contrast against BACKGROUND COLOR enough to meet ACCESSIBILITY GUIDELINES
Contrast Grid – Test many foreground and background color combos for compliance with WCAG 2.0 minimum contrast.
Coolers – color palette generator
Optimal Overlay Finder – For Readable Text on a Background Image
Vivid Gradient Generator – we interpolate the gradient in a hue-based color system, such as HCL, HSB, or HCL (not RGB) 🤓. This avoids the line of gray that goes through the center of every color space.
Gradient Easing Generator – Create and preview your own easing gradients in CSS.
Typography
The Good Line-Height – the good line-height calculates the exact number so it always fits the baseline grid!
Graphics
Clippy – The clip-path
property allows you to make complex shapes in CSS by clipping an element to a basic shape (circle, ellipse, polygon, or inset), or to an SVG source.
Layout
Flexbox Patterns – Flexbox is awesome, but it introduces many new concepts that can make it difficult to use. These interactive examples will show you practical ways to use it to build UI components.
Tools
Tiny Helpers – single task tools
Omatsuri – Open source browser tools for everyday use
Reference
Web Skills – reference deck with links to explain a variety of web elements