File: isbodyelement.patch

package info (click to toggle)
libhtml-tagset-perl 3.20-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: perl: 143; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (3)
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.