Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-Lint CPAN distribution.

Report information
The Basics
Id: 1493
Status: resolved
Worked: 2 min
Priority: 0/
Queue: HTML-Lint

People
Owner: Nobody in particular
Requestors: dom [...] semantico.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.20
Fixed in: (no value)



Subject: typo in HTML::Lint::HTML4
There is a typo in the list of elements: 'addresss' should be 'address'. Just a very small bug fix. :-) Patch attached, just in case. -Dom
--- /usr/local/share/perl/5.6.1/HTML/Lint/HTML4.pm 2002-08-22 22:57:57.000000000 +0100 +++ HTML4.pm 2002-09-02 12:18:19.000000000 +0100 @@ -38,7 +38,7 @@ (map { $_=>hash(@std) } (@physical, @content) ), a => hash( @std, qw( accesskey charset coords href hreflang name onblur onfocus rel rev shape tabindex target type ) ), - addresss => hash( @std ), + address => hash( @std ), applet => hash( @std ), area => hash( @std, qw( accesskey alt coords href nohref onblur onfocus shape tabindex target ) ), base => hash( qw( href target ) ),
Thanks. This will be in the next release.