HTML::LinkExtor HTML 4.0 + prop. attribute update
Bjoern Hoehrmann (derhoermi@gmx.net)
Mon, 21 Aug 2000 02:43:59 +0200
------=_NextPart_000_0047_01C00B19.A8AD9510
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Hi,
The %LINK_ELEMENT hash in HTML::LinkExtor 1.18 defined the key 'frame' twice
and several element/attribute definitions were missing, these are added (i.e.
everything marked as %URI; in the HTML 4.01 Transitional DTD). I've also added
missing attributes for the proprietary element 'embed' and the 'layer' and
'ilayer' elements used within Navigator 4.x.
regards,
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://www.bjoernsworld.de
am Badedeich 7 · Telefon: +49(0)4667/981ASK · http://bjoern.hoehrmann.de
25899 Dagebüll · PGP KeyID: 0xA4357E78 · http://learn.to/quote +{i}
------=_NextPart_000_0047_01C00B19.A8AD9510
Content-Type: application/octet-stream;
name="diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="diff"
36,47c36,56=0A=
< body =3D> 'background',=0A=
< base =3D> 'href',=0A=
< a =3D> 'href',=0A=
< img =3D> [qw(src lowsrc usemap)], # 'lowsrc' is a Netscape =
invention=0A=
< form =3D> 'action',=0A=
< input =3D> 'src',=0A=
< 'link' =3D> 'href', # need quoting since link is a perl =
builtin=0A=
< frame =3D> 'src',=0A=
< applet =3D> [qw(codebase code)],=0A=
< area =3D> 'href',=0A=
< frame =3D> 'src', # Netscape 2.0 extention=0A=
< embed =3D> 'src', # used in Netscape 2.0 for Shockwave and things =
like that=0A=
---=0A=
> a =3D> 'href',=0A=
> area =3D> 'href',=0A=
> base =3D> 'href',=0A=
> blockquote =3D> 'cite',=0A=
> body =3D> 'background',=0A=
> del =3D> 'cite',=0A=
> form =3D> 'action',=0A=
> frame =3D> [qw(longdesc src)], # Netscape 2.0 extention=0A=
> head =3D> 'profile',=0A=
> iframe =3D> [qw(longdesc src)],=0A=
> img =3D> [qw(longdesc lowsrc src usemap)], # 'lowsrc' is a =
Netscape invention=0A=
> input =3D> [qw(src usemap)],=0A=
> ins =3D> 'cite',=0A=
> 'link' =3D> 'href',=0A=
> object =3D> [qw(classid codebase data usemap)],=0A=
> q =3D> 'cite',=0A=
> script =3D> 'src',=0A=
> applet =3D> [qw(code codebase)],=0A=
> embed =3D> [qw(code codebase pluginspace pluginurl src)], # =
used in Netscape 2.0 for Shockwave and things like that=0A=
> layer =3D> [qw(background src)],=0A=
> ilayer =3D> [qw(background src)],=0A=
------=_NextPart_000_0047_01C00B19.A8AD9510--