File: README.md

package info (click to toggle)
libhtml-lint-perl 2.32%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: perl: 1,739; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# HTML::Lint

* Linux [![Build Status](https://api.travis-ci.org/petdance/html-lint.svg?branch=dev)](https://travis-ci.org/petdance/html-lint)
* [CPAN Testers](http://cpantesters.org/distro/H/html-lint.html)

HTML::Lint is a pure-Perl HTML parser and checker for syntactic legitmacy.
It supports only HTML 4.

The "weblint" program that comes with HTML::Lint lets you lint a webpage
or local files.

For those of you doing automated testing with Test::More and the rest
of the Perl testing framework, Test::HTML::Lint lets you automate HTML
checking.

Andy Lester

andy at petdance dot com