Skip Menu |

This queue is for tickets about the HTML-Tagset CPAN distribution.

Report information
The Basics
Id: 109024
Status: new
Priority: 0/
Queue: HTML-Tagset

People
Owner: Nobody in particular
Requestors: bkb [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.