- From: gregory j. rosmaita <oedipus@hicom.net>
- Date: Tue, 5 Jun 2001 01:19:35 -0400
- To: <w3c-wai-gl@w3.org>
- Cc: <sec508@trace.wisc.edu>, <michael_cortese@ita.doc.gov>, <wai-xtech@w3.org>, <w3c-wai-eo@w3.org>
aloha, yet again!
ok, i vow to be even more vigilant in the future (i swear i re-read these
things at least 5 times before i post), but somehow the quote i copied into
my post got garbled... the definition, in full, of 'speak' from Section 19
of Cascading Style Sheets, Level 2, follows:
<quote>
'speak'
Value: normal | none | spell-out | inherit
Initial: normal
Applies to: all elements
Inherited: yes
Percentages: N/A
Media: aural
This property specifies whether text will be rendered aurally and if so, in
what manner (somewhat analogous to the 'display' property). The possible
values are:
none
Suppresses aural rendering so that the element requires no time to
render. Note, however, that descendants may override this value and
will be spoken. (To be sure to suppress rendering of an element and its
descendants, use the 'display' property).
normal
Uses language-dependent pronunciation rules for rendering an element
and its children.
spell-out
Spells the text one letter at a time (useful for acronyms and
abbreviations).
Note the difference between an element whose 'volume' property has a value
of 'silent' and an element whose 'speak' property has the value 'none'. The
former takes up the same time as if it had been spoken, including any pause
before and after the element, but no sound is generated. The latter requires
no time and is not rendered (though its descendants may be).
</unquote>
source: http://www.w3.org/TR/CSS2/aural.html#speaking-props
ugh! and all i wanted to do was post a test page!
gregory.
------------------------------------------------------------------
"Let me save you from drowning," said the monkey as he placed the
fish into a tree. -- Hindu proverb
------------------------------------------------------------------
Gregory J. Rosmaita <oedipus@hicom.net>
Camera Obscura: http://www.hicom.net/~oedipus/index.html
VICUG NYC: http://www.hicom.net/~oedipus/vicug/index.html
Read 'Em & Speak: http://www.hicom.net/~oedipus/books/index.html
------------------------------------------------------------------
Received on Tuesday, 5 June 2001 01:18:26 UTC