css.properties

pause-before

The pause-before property specifies a pause before spoken content.

Draft โ€” This property is defined in a W3C Draft and may be subject to change

Formal Syntax

<time [0s,โˆž]> | none | x-weak | weak | medium | strong | x-strong

See specification

JavaScript Access

// Access via element.style
element.style.pauseBefore = 'none';

Browser Support

This property is defined in a W3C Draft and may be subject to change. Browser support data is not yet available.

Related Properties