WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: error with MAP

for

From: Jon Gunderson
Date: Jan 28, 2002 7:19AM


I don't know of any AT or main stream browsers that currently provide any
additional functionality for access to the MAP element, either navigation
or reading the NAME or TITLE attribute. The main point of using MAP now is
to get it in common usage, so that developers will see a value in providing
the additional functionality. It is also important for people to encourage
developers to provide features that support access to the MAP element.

It is important to note that both TITLE and NAME should be defined to have
both a valid and more accessible document.

1. TITLE should be used to give a label to the purpose of the links
contained within the MAP block. For example "Navigation Bar", "Site Map"
or "My Favorite Links". Since this is the main mechanism to provided
additional information about an HTML element.

2. NAME seems to be similar to the NAME attribute in the INPUT and Anchor
element. It was originally designed to be a reference to an image or as an
internal link, which has been superceded by the id element, but it is used
by authors for backward compatibility. The NAME attribute has a number of
restrictions on the types of characters that it can contain[1], so TITLE
can be used to provide a more meaningful description, since it does not
have the same restrictions on characters as NAME. But NAME is required for
the document to be valid. So if there is not image, NAME could be defined
as "links" or something that is still slightly meaningful.

Jon

[1] http://www.w3.org/TR/html401/types.html#type-cdata

At 01:31 PM 1/25/2002 -0800, Glenda Watson Hyatt wrote:

>would a screen reader read NAME? Is using both wrong, considering the
>current technology? I need to hit SEND soon.
>
>I love how there's no one answer. And outsiders think web accessibility is
>clear cut!
> >
> >
> > Use of MAP provides structural information that a collection of links are
> > related. The benefit of using MAP is that in the future browsers can
> > include functions for people to directly navigate (move focus to) or skip
> > the links contained in a MAP element. Similar to using headers.
> >
> > Use NAME instead of TITLE to label the collection of links.
> >
> > Jon
> >
> >
> > At 12:52 PM 1/25/2002 -0800, you wrote:
> >
> > >Thanks Joel -- don't remember which site -- bobby, webaim, jimthatcher<?>
> > >or...
> > >
> > > >