diff --git a/Changes b/Changes index 9213043..a72de7b 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,9 @@ NEXT Added and to %isPhraseMarkup (RT #151970) + Fixed docs about %isBodyElement calling it %isBodyMarkup + (RT #34913, RT #109024, RT #118356) + 2008-02-29 Andy Lester * Release 3.20 -- Added
to the list of p_closure_barriers. diff --git a/lib/HTML/Tagset.pm b/lib/HTML/Tagset.pm index 478f140..aa5bb1a 100644 --- a/lib/HTML/Tagset.pm +++ b/lib/HTML/Tagset.pm @@ -256,7 +256,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.