Skip to content

Commit

Permalink
Add ins and del to isPhraseMarkup
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 10, 2024
1 parent f694cb7 commit b2f17a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ Revision history for Perl extension HTML::Tagset

NEXT

* Release 3.22
* Release 3.21_01

HTML::Tagset now requires Perl 5.10.1. It might run on earlier
Perls but I don't have the infrastructure to test them.

Added <ins> and <del> to %isPhraseMarkup (RT #151970)

2008-02-29 Andy Lester

* Release 3.20 -- Added <div> to the list of p_closure_barriers.
Expand Down
7 changes: 4 additions & 3 deletions lib/HTML/Tagset.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ HTML::Tagset - data tables useful in parsing HTML
=head1 VERSION
Version 3.20
Version 3.21
=cut

use vars qw( $VERSION );

$VERSION = '3.20';
$VERSION = '3.21_01';

=head1 SYNOPSIS
Expand Down Expand Up @@ -180,7 +180,8 @@ This hashset contains all phrasal-level elements.
%isPhraseMarkup = map {; $_ => 1 } qw(
span abbr acronym q sub sup
cite code em kbd samp strong var dfn strike
b i u s tt small big
b i u s tt small big
ins del
a img br
wbr nobr blink
font basefont bdo
Expand Down

0 comments on commit b2f17a0

Please sign in to comment.