speak

A basic speech property that determines if an element should be read aloud at all by speech-enabled browsers or screen readers.

Quick example

.screen-only {
  /* Prevents the browser from reading this content out loud */
  speak: none;
}

speak Browser Support

Limited availability 79% global usage

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Not ready for production without a fallback.

80+
80+
ESC