previous | start | next

Changing ACSS

Harmonize ACSS and SABLE where appropriate, adding features missing in ACSS.

Adding pronunciation information, e.g. in SABLE

    <pron sub="tomahto">tomato</pron>

In a style sheet this could be represented as:

    "tomato" { pronounced: "tomahto" }

International Phonetic Alphabet is part of Unicode, but many text to speech engines don't support IPA.

Dates, times, phone numbers etc. could be handled via an enumeration perhaps together with additional parameters, e.g.

    <span style="sayas: currency">$4000</span>

Selecting voice fonts by name, age and gender - some alternatives for doing this:



previous | start | next