Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

speak-numeral

Definition

The speak-numeral property determines if numerals are to be spoken as individual digits, or as full numbers.

Example

  1. code {speak-numeral: digits}

Characteristics

Possible values

digits
Speak the numeral as individual digits. Thus, "237" is spoken as "Two Three Seven".
continuous
Speak the numeral as a full number. Thus, "237" is spoken as "Two hundred and thirty seven".
inherit
Use the same computed value as the parent element for this property.

Default value

continuous

Applies to

All elements

Inherited

Yes

See also