Order in HTMLDTD.c table was wrong, this broke handling of some IMG
attributes (found when ISMAP didn't work as expected).
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) },