
Weblint 1.016 is now available:

        http://www.khoral.com/staff/neilb/weblint.html
        ftp://ftp.khoral.com/pub/weblint/weblint-1.016.tar.gz
        ftp://ftp.khoral.com/pub/weblint/weblint.zip

Weblint is a syntax and minimal style checker for HTML: a Perl script which
picks fluff off HTML pages, much in the same way traditional lint picks fluff
off C programs.

Changes are summarized below, see the ChangeLog file in the distribution for
more detail.

Thanks to those who contributed to this release,
neilb

			Changes in Weblint 1.016


    *	Added a new warning for attribute values which should be quoted.

    *	Added a new warning for TITLE which is longer than 64 characters.
	This is the recommended limit.

    *	Added a new warning for a heading element inside an anchor. E.g:
		<A NAME="foo"><H2>Bogus heading in anchor</H2></A>
	which now results in:
		<A> should be inside <H2>, not <H2> inside <A>.

    *	Added a specific warning use of > inside a PRE element.

    *	Fixed bug where *lots* of list items (<LI>) inside a UL would
	result in an internal Perl error.

    *	Fixed the bug where weblint wouldn't complain about an empty
	list item if it was the last in the list.

    *	Added support for HEIGHT attribute on TR, TD, and TH elements.
	This is if you have enabled the Netscape or Microsoft extensions.

    *	Added support for WRAP=SOFT and WRAP=HARD when the Netscape
	extension is enabled. This is for the TEXTAREA element.

    *	Fixed the bug where weblint would generate a bogus warning if
	you had nested FRAMESET elements.

    *	Fixed a bug in whine, where an eval included $filename for the
	name of the file being checked. Possible security hole.

    *	The test-suite now generates test.log, rather than weblint-test.log.

