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 )