CSS Speak-Numeral Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
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;}
Loading Twitter