lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV ISMPAP/USEMAP/ALT and <TAB>


From: Foteos Macrides
Subject: Re: LYNX-DEV ISMPAP/USEMAP/ALT and <TAB>
Date: Thu, 17 Jul 1997 09:42:26 -0500 (EST)

address@hidden wrote:
>I recall some time back I was complaining (typical of me isn't it) about
>the way ISMAP and USEMAP displayed, especially in combination with an ALT
>string. I recall some discussion on the subject, and some changes by Fote
>to modify the behavior to be somewhat more like I thought it should be. 
>
>Today I was working on some new stuff for the SLCC web site, and I got to
>the point where I wanted to check the Lynx compatability. The page in question
>is currently at http://www.slcc.edu/administration/index2.html. When I looked
>at the image map section at the bottom to see how it came out, I see the
>usual [ISMAP]-[USEMAP] indicating I had neglected the ALT. I added an ALT
>string to the <IMG> tag and to my suprise, the [USEMAP] went away, but the
>ALT string didn't show up! 
>
>The code I am using is vanilla 2.7.1 with Fotemods from July 9.
>
>Is this correct and I missunderstood what should happen or is it working
>incorrectly?
>
>On a side note, the page has a table at the top to divide a list into two
>columns. At first that looked pretty bad with Lynx, but I added a few <TAB>
>tags and it now comes out really nicely! See below:

        You presently have:
        
<A HREF="http://www.slcc.edu/cgi-bin/imagemap/map/new_button_bar.map";>
<IMG ALT="" BORDER=0 ALIGN=middle
SRC="/map/new_button_bar3.gif" ISMAP usemap="#new_button_bar3"></A>


If have not configured NO_ISMAP_IF_USEMAP to TRUE, nor toggled it TRUE
via the -ismap command line switch, v2.7.1+fotemods will use two
pseudo-ALTs, joined by a dash to indicate that they are variants of
a resource:

        [ISMAP]-[USEMAP]

If you replace the ALT="" with a "Lynx-friendly string", Lynx will use that
in place of the "[USEMAP]" pseudo-ALT, and depending on whether you have
set NO_ISMAP_IF_USEMAP to FALSE or TRUE, Lynx will offer either:

        [ISMAP]-Lynx-friendly string

or just:

        Lynx-friendly string
        
respectively,  I just downloaded your index2.html, and confirmed the above
behavior with it.

        ALT="" will block use of a psuedo-ALT in most cases, but not
for a USEMAP, because those are fully functional for Lynx, and not
likely to be just "decorative".

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]