Skip to content

Commit 7a595f1

Browse files
Sean M. BurkeGitpan
authored andcommitted
Import of SBURKE/HTML-Tagset-3.03 from CPAN.
gitpan-cpan-distribution: HTML-Tagset gitpan-cpan-version: 3.03 gitpan-cpan-path: SBURKE/HTML-Tagset-3.03.tar.gz gitpan-cpan-author: SBURKE gitpan-cpan-maturity: released
1 parent a6df016 commit 7a595f1

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

ChangeLog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Revision history for Perl extension HTML::TagSet
2-
Time-stamp: "2000-09-04 14:54:19 MDT"
2+
Time-stamp: "2000-10-20 19:33:53 MDT"
33

4+
2000-10-20 Sean M. Burke sburke@cpan.org
5+
6+
* Release 3.03
7+
Added 'tr' => ['background'] at the suggestion of Renzo Toma
8+
(renzo.toma@veronica.nl), who notes: "Netscape Communicator 4.73
9+
(probably even earlier) supports it, Internet Explorer 5.5 does
10+
not (yet)."
11+
412
2000-09-04 Sean M. Burke sburke@cpan.org
513

614
* Release 3.02

Tagset.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
require 5;
3-
package HTML::Tagset; # Time-stamp: "2000-09-04 14:21:24 MDT"
3+
package HTML::Tagset; # Time-stamp: "2000-10-20 19:35:06 MDT"
44
use strict;
55
use vars qw(
66
$VERSION
@@ -14,7 +14,7 @@ use vars qw(
1414
%isCDATA_Parent
1515
);
1616

17-
$VERSION = '3.02';
17+
$VERSION = '3.03';
1818

1919
=head1 NAME
2020
@@ -113,6 +113,7 @@ of attributes whose values can be links.
113113
'table' => ['background'],
114114
'td' => ['background'],
115115
'th' => ['background'],
116+
'tr' => ['background'],
116117
'xmp' => ['href'],
117118
);
118119

0 commit comments

Comments
 (0)