Bug 306116 - [acc] [web] Alt text missing on many images in JSF tools website
Summary: [acc] [web] Alt text missing on many images in JSF tools website
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: Documentation (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jsf doc inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2010-03-16 20:48 EDT by Debajit Adhikary CLA
Modified: 2010-03-16 20:54 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debajit Adhikary CLA 2010-03-16 20:48:16 EDT
Build Identifier:  N20100306-2000

This applies to this accessibility guideline for web images:
http://www-03.ibm.com/able/guidelines/web/webimages.html

Running the JSF tutorial through the W3C validator turned up some images which are missing the alt text attribute:
http://validator.w3.org/check?uri=http%3A%2F%2Feclipse.org%2Fwebtools%2Fjsf%2Fdocs%2Ftutorial%2FJSFTools_1_0_tutorial.html&charset=(detect+automatically)&doctype=Inline&group=0

In the general JSF tools website http://eclipse.org/webtools/jsf/main.php, some other images were reported as missing alt text:
http://validator.w3.org/check?uri=http%3A%2F%2Feclipse.org%2Fwebtools%2Fjsf%2Fmain.php&charset=(detect+automatically)&doctype=Inline&group=0

Reproducible: Always
Comment 1 Debajit Adhikary CLA 2010-03-16 20:54:29 EDT
From the accessibility guidelines page above:

> If the image is redundant, unimportant, or used 
> for visual effect, null alternative text should 
> be assigned. Assistive technology will ignore the 
> image, as long as the title attribute is also null.
> <img src="placeholder.gif" alt="" title="" />