Committed Raffaele Sena's HTML 4.0 patches to cvs!

Raffaele Sena: As promised, here is the HTML parser updated to support
all the tags and attributes defined in HTML 4.0.

I left all the deprecated tags, but removed all the tags that
basically never existed in the real world (H7 ? HTMLPLUS, etc.)

I added all the attributes as specified in the HTML 4.0 DTD, apart for
the SCRIPT/event related attributes ( ON* ).

I created a couple of macros to define attributes, so that basically
the same definition can be copied between HTMLPDTD.c and HTMLPDTD.h
(preserving the ordering and the spelling).

See details at

  http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/HTML.c#rev1.79
  http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/HTMLPDTD.c#rev2.29
  http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/HTMLPDTD.html#rev2.30
  http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/HTTeXGen.c#rev2.28
  http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/SGML.c#rev1.52
  http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/SGML.html#rev2.30

Check it out from CVS as described in

	http://www.w3.org/Library/cvs.html#update

and recompile as described in

	http://www.w3.org/Library/cvs.html#Easy

Great work!

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Saturday, 3 April 1999 19:43:26 UTC