Subject: | Documentation is inconsistent with isBodyMarkup and module isBodyElement |
This is straight from version 3.20:
=head2 hashset %HTML::Tagset::isBodyMarkup
This hashset contains all elements that are to be found only in/under
the "body" element of an HTML document.
=cut
%isBodyElement = map {; $_ => 1 } qw(
Clearly the documentation is wrong. There isn't any instance of "isBodyMarkup" in the module.