In article <4Fcci.178315$6h7.960@reader1.news.saunalahti.fi >,
"Jukka K. Korpela" <jkorpela@cs.tut.fiwrote:
Quote:
Scripsit Bergamot:
Quote:
David Stone wrote:
Quote:
I have a simple question about the alt content of area elements
within an image map: is it redundant to include phrases such as
"link to..." or "jump to..."?
Ask yourself: what would you use if there were no image, just plain
text links?
>
You could also view the page on Lynx, for example, which initially shows
I hadn't thought of that, largely as I've never used it. It should be
possible to install it, though, since I'm using Mac.
Quote:
(for the given page) "concept map" in place of the image. When selecting
(with the tab key and the enter key), this text - the alt text of the entire
image - acts in a link-like manner, opening a menu:
[snip]
Quote:
So the answer is that "jump to" is redundant, and this is bad, because the
texts would have to be rather long anyway, and any extra words make it more
difficult to read them.
Well, that clears up one thing!
Quote:
But the crucial question is what the alt texts are for and what they
contain. In an image map, the alt attribute should specify a textual
alternative to the _area_, not to the document that it links to. This is at
least the reasonable interpretation of the specification, which is somewhat
vague about alt attribute semantics. Thus, if an area content were the
formula "v = n", then it should have alt="v = n", no matter what the href
attribute points to.
Hmm. That's not quite how I interpreted section 13.6.1:
User agents and authors should offer textual alternates to graphical
image maps for cases when graphics are not available or the user
cannot access them. For example, user agents may use alt text to
create textual links in place of a graphical image map. Such links may
be activated in a variety of ways (keyboard, voice activation, etc.).
I think, in this case, the alt text has to be defined within the
context of the _function_ and _conceptual content_ of the image map,
not its specific appearance. In other words, what is the significance
of "v = n", and why would someone be interested on clicking on that
part of the map/that link?
Ok, fair enough. I have to admit that I was mostly adding the alt text
to suppress warnings when validating the page, but felt uncomfortable
simply using an empty string (alt="")
Quote:
So it might be a good idea to include a link to an alternative page that
contains the list of links without images.
I'll have to think about that one - I have limited time right now, and
I am not immediately aware of any student who needs an alternative to
the visual presentation (although universal design principles suggest
it should be done at some point.)
Quote:
Actually, I'm afraid that it is far from evident that there is something
clickable on screen when there's a client-side image map. There's nothing
that suggests such behavior, unless you start moving around the page with
the mouse and look at the status line or notice the "tooltips", if
displayed. If the texts on the left were blue with underlining, i.e. would
_look_ like links, it would be a different matter.
Point taken; on other image maps, there is a short introductory text
along the lines of "click on a part of the image for further details."
Like this one:
http://www.chem.utoronto.ca/courseno...hrom/hplc.html Quote:
Quote:
Boy, I hope the users of this page have really good eyesight. It's
illegible to me.
Unfortunately, me too! I've been tweaking some of the other image
maps, and I'm aiming to do this one also. I can certainly make the
text within the first few rows bigger; the problem comes at the bottom.
Quote:
Fair comment, but the image is already so wide that it's difficult to make
it fit on printing. (And it's something that users might really want to
print.) It's not very readable even on zooming, since the texts get rather
blurred.
Note to self: I should make sure there's an @media print that hides the
navbar!
Quote:
It would be somewhat more readable if the image were reconstructed so that
the texts in it are in some sans-serif font - this might be a job for
Verdana, despite the fact that normal mathematical style doesn't use it.
I'll have to give that a try when I update the original image.
Quote:
I like the idea of using an image map this way, but I'm afraid that the poor
behavior of browsers makes this doubtful.
Unfortunately, I'm not wild about any of the alternatives for something
this complex. I have seen organizational charts done quite nicely
(such as the Elvish Genealogy), but those haven't been as deep, and
didn't require embedded equations!