1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: isBodyElement incorrectly documented as isBodyMarkup
Author: Gregor Herrmann <gregoa@debian.org>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=34913
--- a/Tagset.pm
+++ b/Tagset.pm
@@ -255,7 +255,7 @@ a "form" element.
%isFormElement = map {; $_ => 1 }
qw(input select option optgroup textarea button label);
-=head2 hashset %HTML::Tagset::isBodyMarkup
+=head2 hashset %HTML::Tagset::isBodyElement
This hashset contains all elements that are to be found only in/under
the "body" element of an HTML document.
|