SCCC Logo

 SCCC Home
 Home
 My SCCC
My SCCC
 Site Map
Site Map
 Contact Us
Contact Us
 Back
Back
 
  County Community College
 
 


    Text Version

Error: Make sure JavaScript is enabled and update to latest version of browser!

 



 Corner Printer Friendly Version

 home | ada office | web page guidelines | manuals | resources | scholarships |
other links | FAQs | web design/development


ADA

Spreadsheets

ADA Office


Web Page Guidelines - If an image conveys important information beyond what is its alternative text, provide an extended description.
 
For an image that presents important information (i.e. a chart, table, or diagram) it is sometimes necessary to provide a detailed description of the image's content that supplements its alternative text. This description can be included in the text of the main web page, or it can be placed in a separate page for this purpose and referenced by the "longdesc" attribute of the IMG element. For example, 

<IMG SRC="chart.gif" ALT="Chart of cash flow for each month" 
LONGDESC="http://www.thismachine.com/cashflowchar.txt"> 

Most current web browsers do not yet support the "longdesc" attribute. In order to provide for both the present and the future, we recommend using both the "longdesc" attribute and following the image by a descriptive (or D) link: 

<IMG SRC="chart.gif" ALT="Chart of cash flow for each month" 
LONGDESC="http://www.thismachine.com/cashflowchar.txt">
<A HREF="cashflowchar.txt">D</A> 

Rationale:

This is important for users who have turned off image-loading in their web browsers, those using text-based browsers like Lynx, and people who are blind and require the use of a screen reader to read the contents of the screen for them. 

This page last updated: