- From: Jim Allan <jimallan@tsbvi.edu>
- Date: Mon, 09 Sep 2002 15:12:02 -0500
- To: Jon Gunderson <jongund@uiuc.edu>, w3c-wai-ua@w3.org
In the Object-Images test [1] An additional test might be to include the conditional content in some html markup (<p>, etc.)or include a link to addtional content. [old] <div> <object type="image/gif" data="../images/test.gif" width="272" height="50">Test Image conditional content</object> </div> [new1] <div> <object type="image/gif" data="../images/test.gif" width="272" height="50"> <p>Test Image conditional content</p> </object> </div> or [new2] <div> <object type="image/gif" data="../images/test.gif" width="272" height="50"> <a href="imagecontent.htm">Test Image conditional content</a> </object> </div> [1] http://www.w3.org/WAI/UA/TS/html401/cp0203/0203-OBJECT-IMAGES.html Jim Allan, Webmaster & Statewide Technical Support Specialist Texas School for the Blind and Visually Impaired 1100 W. 45th St., Austin, Texas 78756 voice 512.206.9315 fax: 512.206.9264 http://www.tsbvi.edu/ "I see the Earth. It is so beautiful."--first words spoken by human in space. [Yuri Alekseevich Gagarin, from the Vostok 1, April 12, 1961.] --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002
Received on Monday, 9 September 2002 16:13:26 UTC