Re: Spyglass HTML Validator

   Hm, that begs an interesting question.. is the value for HREF in

   <A HREF="/cgi-bin/myscript?foo=bar&baz=quug">My script</A>

   legal? Using my reasoning above, there's actually an entity "baz"
   after the string "foo=bar" which does not exist...

This was done to death on html-wg recently. Even more interesting:

   <a href="/cgi-bin/myscript?volt=230&amp=13">...

(given the level of parsing in use by most browsers and servers...:-)
I've already had one client in a bad tangle with a page which
generated quotations for his product: he used quot as the fieldname...

///Peter

Received on Monday, 28 October 1996 10:56:38 UTC