Web accessibility service pageWeb accessibility service page

1.8:H101007 Provide other descriptive links (e.g. D link) to describe the content of LONGDESC.

Improper design

When the browser cannot identify longdesc, no related explanation can be obtained.

Improper design:

  <IMG src="banner.gif" alt="Web accessibility label design activity, thousands of prices awaits you¡I
Event date: 8/26~9/15¡Aorganized by the executive Yuan." longdesc="logo.jsp">

Proper demonstration

Apart from providing longdesc, also provide descriptive super link, thus ensures users to obtain text contents when the browser does not support longdesc.

Proper example:

  <IMG src="banner.gif" alt="Web accessibility label design activity¡Athousands of prices awaits you¡I
Event date: 8/26~9/15¡Aorganized by the executive Yuan¡C" longdesc="logo.jsp">
  <A href="logo.jsp">detailed</A>
          
End of Main Content