From 3e27592e0d984118c2e28c7c5203e5efc9a94aa3 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Sat, 9 Mar 2024 18:24:28 -0600 Subject: [PATCH] Fix POD for isBodyElement --- Changes | 3 +++ lib/HTML/Tagset.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.