NAME

HTML::Lint - Perl extension for checking validity of HTML

SYNOPSIS

VERSION

Version 0.90

EXPORTS

None. It's all object-based.

METHODS

HTML::Lint is based on the HTML::Parser module. Any method call that works with HTML::Parser will work in <HTML::Lint>. However, you'll probably only want to use the parse() or parse_file() methods.

new()

Constructor for linting. Takes no arguments.

TODO

  • Check form validity: Are any fields duplicated on the form?

  • Add link checking

  • Handle obsolete tags

  • Create a .t file for each potential error message

LICENSE

This code may be distributed under the same terms as Perl itself.

Please note that these modules are not products of or supported by the employers of the various contributors to the code.

AUTHOR

Andy Lester, <andy@petdance.com>