ALT text for icon(Example 4)

Name: Makoto Ueki
Email: makoto.ueki@gmail.com
Affiliation: JIS Working Group
Document: TD
Item Number: H30
Part of Item: Examples
Comment Type: question
Summary of Issue: ALT text for icon(Example 4)
Comment (Including rationale for any proposed change):
Example 4 has the following example code:

<a href="foo.htm">

<img src="house.gif" alt="icon"/ >

Home page

</a>



This should be a failure example as the icon is a decorative image.

Proposed Change:
<a href="foo.htm">

<img src="house.gif" alt=""/ >

Home page

</a>

Received on Thursday, 6 August 2009 22:27:50 UTC