We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f17a0 commit 3e27592Copy full SHA for 3e27592
Changes
@@ -9,6 +9,9 @@ NEXT
9
10
Added <ins> and <del> to %isPhraseMarkup (RT #151970)
11
12
+ Fixed docs about %isBodyElement calling it %isBodyMarkup
13
+ (RT #34913, RT #109024, RT #118356)
14
+
15
2008-02-29 Andy Lester
16
17
* Release 3.20 -- Added <div> to the list of p_closure_barriers.
lib/HTML/Tagset.pm
@@ -256,7 +256,7 @@ a "form" element.
256
%isFormElement = map {; $_ => 1 }
257
qw(input select option optgroup textarea button label);
258
259
-=head2 hashset %HTML::Tagset::isBodyMarkup
+=head2 hashset %HTML::Tagset::isBodyElement
260
261
This hashset contains all elements that are to be found only in/under
262
the "body" element of an HTML document.
0 commit comments