css.properties

speak-as

The speak-as property specifies how text is spoken.

Experimental โ€” This feature is experimental and may change

Formal Syntax

normal | spell-out || digits || [ literal-punctuation | no-punctuation ]

See specification

JavaScript Access

// Access via element.style
element.style.speakAs = 'normal';

Browser Support

experimental, standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
speak-asโ€”โ€”11.1โ€”
digitsโ€”โ€”11.1โ€”
literal-punctuationโ€”โ€”11.1โ€”
no-punctuationโ€”โ€”11.1โ€”
normalโ€”โ€”11.1โ€”
spell-outโ€”โ€”11.1โ€”

Related Properties