module HTML
This module creates methods for each of the various attributes associated with HTML
tables. In some cases validation is done on the setters.
A pure-ruby replacement for strongtyping gem
tag_handler.rb
Module for handling standard html physical tags (<b>, <i>, etc). Only used for Table::Content
objects, which are in turn used by Table::Row::Data
, Table::Row::Header
and Table::Caption
.
The HTML
module serves as a namespace only.