CSS Speak-Punctuation Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The speak-punctuation property defines how punctuation marks are spoken.

Syntax

speak-punctuation: [value];

Possible values

  • code - (punctuation is spoken literally.)
  • none - (punctuation is rendered (i.e. a pause occurs))
  • inherit

Initial Value

none

Applies To

All elements

Inherited

Yes

Media

Aural

Example

p {speak-punctuation: none;}


View All CSS Properties