The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Statocles::Plugin::HTMLLint - Check HTML for common errors and issues

VERSION

version 0.071

SYNOPSIS

    # site.yml
    site:
        class: Statocles::Site
        args:
            plugins:
                lint:
                    $class: Statocles::Plugin::HTMLLint

DESCRIPTION

This plugin checks all of the HTML to ensure it's correct and complete. If something is missing, this plugin will write a warning to the screen.

ATTRIBUTES

plugins

The HTML::Lint::Pluggable plugins to use. Defaults to a generic set of plugins good for HTML5: 'HTML5' and 'TinyEntitesEscapeRule'

METHODS

check_pages

    $plugin->check_pages( $event );

Check the pages inside the given Statocles::Event::Pages event.

register

Register this plugin to install its event handlers. Called automatically.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.