Empathy Prompts

Direct Link

Activities to help you develop empathy for the variety of people that use your thing. Eric Bailey:

This project is geared towards anyone involved with making digital products. It is my hope that this reaches both:

  • People who are not
Avatar of Chris Coyier
Shared by Chris Coyier on

speak

The speak property in CSS is for specifying if a browser should speak the content it reads, such as through a screen reader.

.module {
  speak: never;
  speak-as: spell-out;
}
Avatar of Geoff Graham
Geoff Graham on (Updated on )