CSS Speak-Numeral Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The speak-numeral property defines how numerals are spoken.

Syntax

speak-numeral: [value];

Possible values

  • digits
  • continuous
  • inherit

Initial Value

none

Applies To

All elements

Inherited

Yes

Media

Aural

Example

p {speak-numeral: continuous;}


View All CSS Properties