Re: Parameters in <img src> interpreted as entities

> If Amaya reads in the following HTML:
> 
>     <a href="/cgi-bin/program?x=1&y=1">Link</a>
>     <img src="/cgi-bin/program?x=1&y=1">
> 
> It doesn't complain about the link, but it does complain that "&y="
> is an invalid entity in the <img>.

Yes, Amaya complains because, according to RFC 1866, this is not correct
(refer to a previous message by Sami Lempinen). Amaya complains, but it
accepts "&y=" and saves it as is.

> Another interesting feature is that "&ft;" is turned into a ">" symbol,
> but I don't recognise that as a valid entity.

This is clearly a bug. It has been fixed. The next release will contain the
fix. Tanks for the bug report.

Vincent.

-------------------------------------------------------
Vincent Quint                       INRIA Rhone-Alpes
W3C/INRIA                           ZIRST
e-mail: Vincent.Quint@w3.org        655 avenue de l'Europe
Tel.: +33 4 76 61 53 62             38330 Montbonnot St Martin
Fax:  +33 4 76 61 52 07             France

Received on Tuesday, 13 May 1997 20:53:04 UTC