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

NAME

HTML::HTML5::Table - representation of an HTML table

DESCRIPTION

This is not yet fully documented, but the source code should be *gulp* fairly self-documenting. Just skim the Moose attributes of this module and the other modules in the "HTML::HTML5::Table" namespace and hopefully you'll get an idea of how they all hang together. But briefly:

  • HTML::HTML5::Table - the HTML <table> element

  • HTML::HTML5::Table::Body - the HTML <tbody> element

  • HTML::HTML5::Table::Cell - the HTML <td> element

  • HTML::HTML5::Table::Col - the HTML <col> element

  • HTML::HTML5::Table::ColGroup - the HTML <colgroup> element

  • HTML::HTML5::Table::Foot - the HTML <tfoot> element

  • HTML::HTML5::Table::Head - the HTML <thead> element

  • HTML::HTML5::Table::HeadCell - the HTML <th> element

  • HTML::HTML5::Table::Row - the HTML <tr> element

  • HTML::HTML5::Table::Section - superclass for <thead>, <tfoot> and <tbody>

BUGS

Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=HTML-HTML5-ToText.

SEE ALSO

HTML::HTML5::ToText.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2012-2013 by Toby Inkster.

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

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.