- From: Jordan Reiter <jreiter@mail.slc.edu>
- Date: Tue, 23 Sep 1997 10:52:24 -0500
- To: "Martin J. Dürst" <mduerst@ifi.unizh.ch>
- Cc: Rob <wlkngowl@unix.asb.com>, www-html@w3.org
Martin J. Dürst felt an urge to reveal at 8:38 AM -0500 on 1997-09-23:
> > Using EM is deceptive and will throw off a speech renderer that might
> > speak the world with added volume. SPAN is more appropriate.
>
> That wouldn't be a mistake. There has to be some distinction between
> the case that a foreign word is used without italics/emphasis and the
> case it is emphasized as something special. Both cases exist, and it
> would be wrong to not distinguish them aurally.
Except that in the case of a (good) aural browser, the distinction would be
made in the clear change in prononciation. After all, the important reason
to italicize a foriegn phrase is to make it distinct from the language
around it. Using an aural browser, with the lang attribute set correctly,
this phrase will be pronounced differently, and *that* is what will make
the clearest difference. Again, you can use the SPAN attribute for this,
with stylesheets, assuming that they create a way to pick up inside
attributes using stylesheets, ie (and assuming that I actually knew the
language codes by heart and put them in correctly here):
SPAN(en-US) { voice: "Obnoxious American" }
SPAN(it) { voice: "ItalianFemale" }
SPAN(la) { voice: "ScaryLatinInstructor" }
Each of these voices would, naturally, be designed to pronounce the phrases
indicated correctly.
--------------------------------------------------------
[ Jordan Reiter ]
[ mailto:jreiter@mail.slc.edu ]
[ "Don't you realize that intellectual people ]
[ are all ignorant because they can't spray ]
[ paint that small?" ]
--------------------------------------------------------
Received on Tuesday, 23 September 1997 10:45:55 UTC