Skip to content

Commit

Permalink
Fix POD for isBodyElement
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 10, 2024
1 parent b2f17a0 commit 3e27592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ NEXT

Added <ins> and <del> 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 <div> to the list of p_closure_barriers.
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/Tagset.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e27592

Please sign in to comment.