[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev HTMLDTD fix
From: |
T.E.Dickey |
Subject: |
Re: lynx-dev HTMLDTD fix |
Date: |
Fri, 21 Apr 100 14:43:18 -0400 (EDT) |
>
> Order in HTMLDTD.c table was wrong, this broke handling of some IMG
> attributes (found when ISMAP didn't work as expected).
huh (I suppose that's been broken a while - the last I recall changes
in that area was last summer when adding VH's prettysrc changes).
> Klaus
>
> * Correction for IMG attributes in HTMLDTD.c
>
> Index: 1.35/WWW/Library/Implementation/HTMLDTD.c
> --- 1.35/WWW/Library/Implementation/HTMLDTD.c Sun, 23 Jan 2000 17:37:46 -0600
> +++ 1.35(w)/WWW/Library/Implementation/HTMLDTD.c Fri, 21 Apr 2000 12:46:04
> -0500
> @@ -582,11 +582,11 @@
> { "CLEAR" T(N) },
> { "DIR" T(N) },
> { "HEIGHT" T(N) },
> - { "LONGDESC" T(h) },
> { "ID" T(i) },
> { "ISMAP" T(N) },
> { "ISOBJECT" T(N) },
> { "LANG" T(N) },
> + { "LONGDESC" T(h) },
> { "MD" T(N) },
> { "SRC" T(h) },
> { "STYLE" T(N) },
>
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey