CSS Phonemes Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This allows authors to specify a phonetic pronunciation for the text contained by the corresponding element.

Syntax

phonemes: [value];

Possible values

  • [string]

Initial Value

implementation dependant

Applies To

All elements

Inherited

No

Media

Speech

Example

.class {
  @phonetic-alphabet "ipa";
  phonemes: "t\0252 m\0251 to\028a " ;
}


View All CSS Properties