CSS speak-as Property Reference

The CSS speak-as property is a experimental property in CSS Speech. Review its formal syntax, computed behavior, and practical declarations.

CSS speak-as Property Reference

The CSS speak-as property is a experimental property in CSS Speech. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

speak-as overview

The CSS speak-as property is a experimental property in CSS Speech. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

speak-as formal syntax
FieldValue
Formal syntaxnormal | spell-out || digits || [ literal-punctuation | no-punctuation ]
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valuespecifiedValue
Animation typediscrete
Mediavisual
Specification groupCSS Speech
StatusExperimental

Practical examples

These declarations demonstrate valid ways to set speak-as. The initial and inherit global keywords remain available even when a property-specific value is preferable.

speak-as live example
CSS .reset-example { speak-as: initial; } .inherit-example { speak-as: inherit; } @supports (speak-as: initial) { .supported { speak-as: initial; } }

Description

The CSS speak-as property is a experimental property in CSS Speech. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: speak-as
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies