Changes for version 2.12 - 2012-04-05
- ENHANCEMENTS
- Sometimes creating HTML::Lint-compliant HTML just isn't possible. Now, you can now turn individual errors on and off in your HTML via comment directives, like so:
- <!-- html-lint elem-img-sizes-missing: off, attr-unknown: off -->
- And if you have a batch of code that's hopeless:
- <!-- html-lint all: off -->
- Added check for unknown entities, such as "&foo;".
- Added check for unclosed entitities, such as "&" without the closing semicolon.
- Added a check for a bare ampersand that should be written as &
- Sometimes creating HTML::Lint-compliant HTML just isn't possible. Now, you can now turn individual errors on and off in your HTML via comment directives, like so:
Modules
check for HTML errors in a string or file
Error object for the Lint functionality
Rules for HTML 4 as used by HTML::Lint.
Parser for HTML::Lint. No user-serviceable parts inside.
Test::More-style wrapper around HTML::Lint