Accessibility Notes

User Groups

For me, real accessibility is a very broad-ranging topic. There are many groups of users who should be considered:

Longdesc and Dlinks

The HTML 4.01 spec includes a longdesc attribute for <img> tags. This is a link to a page with a full description of the image, longer than is possible with the alt attribute. However, this has very little browser support.

A de-facto standard alternative is to put the letter D (short for description) next to an image and use this as the link to the long description. This is called a Dlink.

Other Accessibility Attributes

summary = text. Used for <table> to provide a summary of the table's purpose and structure.

title = text. Used for any element within the <body> to offer advisory information about the element.

Home