FW: Need some help (Alt text and descriptions)

FYI

Gregg

-- ------------------------------
Gregg C. Vanderheiden Ph.D.
Professor - Dept of Industrial Engineering
Director - Trace R & D Center
s-151 Waisman Center
University of Wisconsin- Madison  53705
gv@trace.wisc.edu,    WWW & FTP at  Trace.Wisc.Edu
for a list of our Listserves send "index" to listproc@trace.wisc.edu

-----Original Message-----
From:	Charles (Chuck) Oppermann [SMTP:chuckop@MICROSOFT.com]
Sent:	Friday, July 18, 1997 12:06 AM
To:	Multiple recipients of list
Subject:	RE: Need some help  (Alt text and descriptions)

Visually, if the image was displayed, all that would be displayed would
be a tooltip when the mouse pointer is over the image.  The tooltip
would display the contents of the TITLE attribute (in this case "Click
here to access site").  If there was no TITLE, then the contents of the
ALT attribute would be displayed.

If the image is not displayed, then the contents of the ALT attribute
would be presented in the space provided.  The contents of the tooltip
is the same regardless of whether the image is displayed or not.

However, both these attributes have separated places within the Dynamic
Object Model.  And Active Accessibility intelligently parses the
information out as well.  At least as far as Internet Explorer goes,
screen readers shouldn't worry about capturing the visual display, all
the information is available through the specific DOM or the generic
MSAA interface.

Charles Oppermann
Program Manager, Active Accessibility, Microsoft Corporation
mailto:chuckop@microsoft.com http://microsoft.com/enable/
"A computer on every desk and in every home, usable by everyone!"

> ----------
> From: 	po@trace.wisc.edu[SMTP:po@trace.wisc.edu] on behalf of
> Gregg Vanderheiden[SMTP:po@trace.wisc.edu]
> Reply To: 	uaccess-l@trace.wisc.edu
> Sent: 	Wednesday, July 16, 1997 11:07 PM
> To: 	'uaccess-l@trace.wisc.edu'
> Subject: 	RE: Need some help  (Alt text and descriptions)
> 
> Oops - I missed this one in my summary a minute ago.
> 
> I wonder what all would be displayed to a screen reader when they hit
> this
> 
> Chuck??  What would it be in IE
> 
> Gregg
> 
> -- ------------------------------
> Gregg C. Vanderheiden Ph.D.
> Professor - Dept of Industrial Engineering
> Director - Trace R & D Center, Waisman Center
> University of Wisconsin- Madison
> gv@trace.wisc.edu,    WWW&FTP at  Trace.Wisc.Edu
> for a list of our Listserves send "index" to listproc@trace.wisc.edu
> 
> 
> 		-----Original Message-----
> 		From:	Charles (Chuck) Oppermann
> [SMTP:chuckop@MICROSOFT.com]
> 		Sent:	Wednesday, July 16, 1997 11:57 AM
> 		To:	Multiple recipients of list
> 		Subject:	RE: Need some help  (Alt text and
> descriptions)
> 
> 		HTML 4.0 has the TITLE= attribute that can be used for
> the purpose that
> 		ALT is used for now.  TITLE can be used for descriptive
> text, whereas
> 		ALT can go back to being an textual representation of a
> image (it's
> 		original purpose).
> 
> 		So a picture of a red ball that says "click me" could be
> as follows:
> 
> 		<IMG SRC="redball.gif" ALT="red ball with words click me
> printed"
> 		TITLE="Click here to access site">
> 
> 

Received on Wednesday, 23 July 1997 10:44:33 UTC