WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: RE: WAVE 3.0 alpha

for

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

From: Ben Coutts
Date: Fri, Jan 24 2003 2:41AM
Subject: RE: WAVE 3.0 alpha
No previous message | Next message →

Hi.

I read recently that best practice for spacer images was to set alt to ="*".
The rationale was that the user knows that the image is meaningless rather
than just having been forgotten about.
Any opinions on this?

Thanks
Ben

-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ]
Sent: 24 January 2003 05:30
To: = EMAIL ADDRESS REMOVED =
Subject: Re: WAVE 3.0 alpha



Hello Paul,

A few more comments:

1. The "Explanation" file recommends use of alt="" rather than " " for
spacer images. our experience is that screen readers tend to announce the
file name if "" is used but not if " " (ie including a space) is used. Also
the "" is not text; a space is actually a text character.

2. The "Explanation" file suggests that you identify suspicious alt text -
can I suggest you add "space" to the list?

3. Three cheers for identifying background images and asking if they
contain real information - this is a common prcatice for compnay names and
logos and the branding and identification becomes lost if images are not
being viewed/looked at.

Cheers, Andrew
_________________________________
Dr Andrew Arch
Manager Online Accessibility Consulting, Vision Australia Foundation
Ph 613 9864 9222; Fax 613 9864 9210; Mobile 0438 755 565
http://www.visionaustralia.org.au/webaccessibility |
http://www.it-test.com.au/ | http://www.dc-anz.org/

Member, Education & Outreach Working Group,
W3C Web Accessibility Initiative
http://www.w3.org/WAI/EO/





----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


From: Jukka K. Korpela
Date: Fri, Jan 24 2003 3:29AM
Subject: RE: WAVE 3.0 alpha
← Previous message | No next message

On Fri, 24 Jan 2003, Ben Coutts wrote:

> I read recently that best practice for spacer images was to set alt to ="*".
> The rationale was that the user knows that the image is meaningless rather
> than just having been forgotten about.

How would you like to listen to
asterisk asterisk asterisk asterisk asterisk asterisk asterisk asterisk
asterisk asterisk asterisk asterisk asterisk asterisk
when a page contains lots of small decorative images?

Why should a user know the difference between a meaningless image and
"just forgotten" image when he does not see any image?

There has been a lot of discussion about alt="" versus alt=" ". Instead of
going into all the details, and without actually knowing all the ways that
different browsers treat each of them, we can state that both of them
cause some problems on some browsers. The only sensible approach is that
authors write documents in a logical way, and user agents take it from
there. If there were some definite situation where the great majority of
browsers get one of the alternatives right and the other wrong, then we
could base the decision on that practice rather than logical
considerations. But there isn't.

The attribute alt="" specifies the empty string as the textual equivalent
to be used in place of the image. What could be more logical, if the
image is purely decorative? Using alt=" " could be sensible for _spacer_
images, since the space character might perform the same function as a
spacer image. But in fact most spacer images are completely irrelevant in
text-only presentation. If not, then it's often a _no-break_ space that
should be used. A few related notes:
http://www.cs.tut.fi/~jkorpela/html/alt.html#empty

And certainly even alt=" " is superior to alt="*" or alt="decorative
image" (to mention yet another approach, which has actually been
applied quite a lot!).

--
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/


----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/