CSS SPEAK-NUMERICAL
      This property controls how numbers are spoken.
Example
.telephone {
  speak-punctuation: code;
  speak-numeral: digits
}
The phone number is 
  
    555-1212
  
Possible Values
inherit: Explicitly sets the value of this property to that of the parent.
digits: Speak the number as individual digits.
continuous: Speak the number as a full phrase/word number. Word representations of numbers are language-dependent.
      
Go Back