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>
elementHTML::HTML5::Table::Body
- the HTML<tbody>
elementHTML::HTML5::Table::Cell
- the HTML<td>
elementHTML::HTML5::Table::Col
- the HTML<col>
elementHTML::HTML5::Table::ColGroup
- the HTML<colgroup>
elementHTML::HTML5::Table::Foot
- the HTML<tfoot>
elementHTML::HTML5::Table::Head
- the HTML<thead>
elementHTML::HTML5::Table::HeadCell
- the HTML<th>
elementHTML::HTML5::Table::Row
- the HTML<tr>
elementHTML::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
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.