36,47c36,56 < body => 'background', < base => 'href', < a => 'href', < img => [qw(src lowsrc usemap)], # 'lowsrc' is a Netscape invention < form => 'action', < input => 'src', < 'link' => 'href', # need quoting since link is a perl builtin < frame => 'src', < applet => [qw(codebase code)], < area => 'href', < frame => 'src', # Netscape 2.0 extention < embed => 'src', # used in Netscape 2.0 for Shockwave and things like that --- > a => 'href', > area => 'href', > base => 'href', > blockquote => 'cite', > body => 'background', > del => 'cite', > form => 'action', > frame => [qw(longdesc src)], # Netscape 2.0 extention > head => 'profile', > iframe => [qw(longdesc src)], > img => [qw(longdesc lowsrc src usemap)], # 'lowsrc' is a Netscape invention > input => [qw(src usemap)], > ins => 'cite', > 'link' => 'href', > object => [qw(classid codebase data usemap)], > q => 'cite', > script => 'src', > applet => [qw(code codebase)], > embed => [qw(code codebase pluginspace pluginurl src)], # used in Netscape 2.0 for Shockwave and things like that > layer => [qw(background src)], > ilayer => [qw(background src)],