File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ Revision history for Perl extension HTML::Tagset
22
33NEXT
44
5- * Release 3.22
5+ * Release 3.21_01
66
77 HTML::Tagset now requires Perl 5.10.1. It might run on earlier
88 Perls but I don't have the infrastructure to test them.
99
10+ Added <ins> and <del> to %isPhraseMarkup (RT #151970)
11+
10122008-02-29 Andy Lester
1113
1214 * Release 3.20 -- Added <div> to the list of p_closure_barriers.
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ HTML::Tagset - data tables useful in parsing HTML
88
99=head1 VERSION
1010
11- Version 3.20
11+ Version 3.21
1212
1313=cut
1414
1515use vars qw( $VERSION ) ;
1616
17- $VERSION = ' 3.20 ' ;
17+ $VERSION = ' 3.21_01 ' ;
1818
1919=head1 SYNOPSIS
2020
@@ -180,7 +180,8 @@ This hashset contains all phrasal-level elements.
180180%isPhraseMarkup = map {; $_ => 1 } qw(
181181 span abbr acronym q sub sup
182182 cite code em kbd samp strong var dfn strike
183- b i u s tt small big
183+ b i u s tt small big
184+ ins del
184185 a img br
185186 wbr nobr blink
186187 font basefont bdo
You can’t perform that action at this time.
0 commit comments