View Single Post
Old 04-15-2025, 01:30 PM   #23
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,144
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Turtle91 View Post
Same visually, different in voice:
Code:
i {font-style:italic}
em {
  font-style:italic;
  voice-stress: moderate;
}
But it could be different:
Code:
em {
  font-variant:small-caps;
  font-style:normal;
  font-family:serif;
  color:purple;
  text-decoration:underline;
  voice-family: female;
  voice-pitch: medium;
  voice-stress: moderate;
  voice-rate: fast;
  voice-volume: soft;
  pause-after: strong;
  voice-balance: left;
}
Of course these are just examples. You can find more in the CSS Speech Spec (https://www.w3.org/TR/css-speech-1/)


Read the other responses in this thread, and the responses in every other thread where you ask this question.
But how many programs support ePub3 speech given that it's new? Also, how many do you think would eventually support CSS speech?
JSWolf is online now   Reply With Quote