This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9937 - alt text is brief; example 6.1 should be modified or deleted
Summary: alt text is brief; example 6.1 should be modified or deleted
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 alt techniques (editor: Steven Faulkner) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML WG Bugzilla archive list
URL: http://lists.w3.org/Archives/Public/w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 14:32 UTC by steve faulkner
Modified: 2010-10-05 12:53 UTC (History)
5 users (show)

See Also:


Attachments

Description steve faulkner 2010-06-16 14:32:47 UTC
feedback from gregory

overall, i am really impressed with the work you've done on
the HTML5 Techniques for providing useful text alternatives
draft (congrats on getting a public draft approved) -- but in
re-reading and discussing the draft i've run into the same reaction
i first had when i reviewed an earlier draft of the document, and i
believe it is an example that you inherited from a previous HTML5
draft:

QUOTE source="http://dev.w3.org/html5/alt-techniques/#images-enhance"

Example 6.1
Here is an example of an image closely related to the subject matter of
the page content but not directly discussed. An image of a painting
inspired by a poem, on a page reciting that poem. The following snippet
shows an example. The image is a painting titled the "Lady of Shallot",
it is inspired by the poem and its subject matter is derived from the
poem. Therefore it is strongly recommended that a text alternative is
provided. The description of the content of the image would be redundant
for users who can view the image, so the appropriate place to put it is
in the alt attribute.

Example code:

<hgroup><h1>The Lady of Shalott</h1>
<h2>A poem by Alfred Lord Tennyson</h2></hgroup>
<figure><img src="shalott.jpeg" alt="A painting of a young women with
long hair sitting in a wooden boat, she is wearing a flowing white
dress. A large piece of intricately patterned fabric is draped over
the side. In her right hand she holds the chain mooring the boat. Her
expression is mournful. She stares at a crucifix lying in front of
her. Beside it are three candles. Two have blown out."></figure>
UNQUOTE

example 6.1 is a poor example of alt text useage, and as such should
be deleted or modified -- alt text is the brief "at a glance" or
"congnative thumbnail", so the extremely long value defined for the
example isn't appropriate as alt text, but as a concise long
description; alt text needs to be terse for a number of reasons,
including usability, extremely limited viewports, small amount of video
"real estate" (iPad and smaller devices) etc.

358 characters isn't a terse descriptor or cognative thumbnail -- this
seems to me a case where a picture may be worth at least 358 words, but
only make me listen to all 365 if i want/need to if i ask for it,
explicitly or via user preferences -- i also need a means of being
alerted that a longer description is available, and, if need be, need
to have side-by-side exposition of longdesc with image option available,
for someone with an EXTREMELY limited viewport or a user with a cognative
disability with or without AT, who is attempting to compile a
comprehensive view of the image being described

is this something that can be fixed?  do you think it advisable to
state only "terse, short, cognitive thumbnails, such as those used
in the examples below" be used for alt values, as i for one would not
want to set a hard cap on the MaxValue of alt text, but do want
developers/content creators to realize just what alt text actually
is and what longer descriptors are, as well as the need for robust
support for them
Comment 1 steve faulkner 2010-06-29 15:04:40 UTC
(In reply to comment #0)
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the tracker issue; or you may create a tracker issue
yourself, if you are able to do so. For more details, see this document:
<http://dev.w3.org/html5/decision-policy/decision-policy.html>.

Status: Accepted

Change Description: modified example to include only a brief text alternative in the alt and added a link below the image pointing to a longer description on the same page.

Rationale: agreed with your statements:
"alt text is the brief "at a glance" or
"congnative thumbnail", so the extremely long value defined for the
example isn't appropriate as alt text, but as a concise long
description; alt text needs to be terse for a number of reasons,
including usability, extremely limited viewports, small amount of video
"real estate" (iPad and smaller devices) etc."