WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Quick Tip

for

Number of posts in this thread: 4 (In chronological order)

From: Paul Bohman
Date: Thu, Mar 09 2000 6:13PM
Subject: Quick tip
No previous message | Next message →

Here is a quick tip dealing with abbreviations and acronyms:
Some screen readers will attempt to read acronyms. This is alright as long
as the acronym is pronounced phonetically. The listener may have trouble,
however, if the acronym is not meant to be pronounced the way that it is
spelled. In these cases it may be a good idea to put periods between each of
the letters in the acronym. The abbreviation for Utah State University, for
example, is U.S.U., but without the periods between the letters (USU), some
screen readers will pronounce it as "oosoo". This can be confusing. Not all
screen readers handle the periods exactly as you might like them to, but
they try. For example, the screen reader called JAWS (version 3.5) says
"you, dot, ess, dot, you, period", which isn't exactly what I would like,
but it's at least close.
Just remember to mentally pronounce abbreviations and acronyms to yourself
as you type them into your web pages and put periods between the letters if
necessary.
Paul Bohman
Web Accessibility in Mind (Web-AIM)
www.webaim.org

From: Daren
Date: Fri, Mar 10 2000 10:00AM
Subject: Handling Acronyms and Abbreviations
← Previous message | Next message →

I used the strategy of putting periods between letters on the CECSEP
site (C.E.C.S.E.P.), but Cyndi didn't like how it looked (I don't blame
her) and asked me to take them out. I told her why I'd done that and how
screen readers mishandle acronyms, but now I'm now searching for an
alternative way of marking up the acronyms and abbreviations so that
screen readers will handle them correctly. I found some info on the
<Acronym> and <Abbr> tags at the W3C site.
http://www.w3.org/TR/html4/struct/text.html#edef-ABBR
Unfortunately, I'm not sure how to do the stuff with style sheets that
they are asking. The Lie and Bos book doesn't cover it.
Also, I didn't see anything that could be used in aural style sheets
except for the 'speak' property and 'spell-out' value. No example on
that page to really show how it should be applied. You might be able to
figure it out though. Here's the page:
http://www.w3.org/TR/WD-css2/aural.html#aural

I'll continue to pursue this and see what else I can find out.
Daren

From: Daren
Date: Fri, Mar 10 2000 10:03AM
Subject: Acronym example
← Previous message | Next message →

I found an example at the following URL. It doesn't show anything about
style sheets though, so I guess I'm still searching.
http://www.w3.org/WAI/GL/wai-gl-techniques-19980918#text

From: Paul Bohman
Date: Tue, Mar 14 2000 9:41AM
Subject: Re: Quick tip
← Previous message | No next message

Just as a follow-up about acronyms and abbreviations, I should mention that
there are actual HTML tags that specify whether an item is an abbreviation
or an acronym. Internet Explorer will expand the acronym with a visuial
pop-up "tool tip". Unfortunately, this is the only browser at this point
that seems to recognize the tag. As far as screen readers go, neither I.B.M.
Home Page Reader nor JAWS seemed to recognize the tag. We will probably have
to wait for future releases of those products for that particular tag to be
recognized.
I haven't yet found a browser that supports the abbreviation tag.
Personally, I think it is most beneficial to the reader to have the acronym
or abbreviation explained within the text itself, rather than in a tag, even
after the tags are fully supported.
I have an additional comment going back to my original suggestion to use
periods between acronyms that aren't phonetically pronounced. I.B.M Home
Page Reader reads these a little better than JAWS. Instead of prounouncing
the "dot" between each letter, it just reads the acronym in the same way
that a sighted person would. I should also point out that fewer people
actually use I.B.M. Home Page Reader.
For those who are interested, here is a snip of sample code for acronyms:
<acronym title="United States of America">U.S.A.</acronym>
And here is a snip of sample code for an abbreviation:
<abbr title="International">Int'l</abbr>
You can read more about these tags at these Web addresses (thanks to Daren
for looking these up):
http://www.w3.org/WAI/GL/wai-gl-techniques-19980918#text
http://www.w3.org/TR/html4/struct/text.html#edef-ABBR
Paul Bohman
Web Accessibility in Mind (Web-AIM)
www.webaim.org

----- Original Message -----
From: Paul Bohman < = EMAIL ADDRESS REMOVED = >
To: < = EMAIL ADDRESS REMOVED = >
Sent: Thursday, March 09, 2000 6:13 PM
Subject: Quick tip

Here is a quick tip dealing with abbreviations and acronyms:
Some screen readers will attempt to read acronyms. This is alright as long
as the acronym is pronounced phonetically. The listener may have trouble,
however, if the acronym is not meant to be pronounced the way that it is
spelled. In these cases it may be a good idea to put periods between each of
the letters in the acronym. The abbreviation for Utah State University, for
example, is U.S.U., but without the periods between the letters (USU), some
screen readers will pronounce it as "oosoo". This can be confusing. Not all
screen readers handle the periods exactly as you might like them to, but
they try. For example, the screen reader called JAWS (version 3.5) says
"you, dot, ess, dot, you, period", which isn't exactly what I would like,
but it's at least close.
Just remember to mentally pronounce abbreviations and acronyms to yourself
as you type them into your web pages and put periods between the letters if
necessary.
Paul Bohman
Web Accessibility in Mind (Web-AIM)
www.webaim.org