Re: a bad idea (fwd)

On Mon, 15 Jul 1996 12:02:22 -0700, "Marc Salomon" <marc@ckm.ucsf.edu> wrote:
> Walter Ian Kaye <boo@best.com>
> |<META NAME="altgifs" CONTENT="http://foo.com/b.gif http://foo.com/c.gif">
> 
> I've been suggesting for a year or so now that a convention be adopted to allow
> URI attributes to be interpreted as a space-separated list of alternates.  This
> doesn't break any current implementations (although some user information
> appears glommed together) but is probably too simple to work.

It would break Netscape. It simply takes everything in the quotes to be
the URL, including spaces. If you try:

<a href="http://foo.com/ http://bar.com/">Follow this link</a>

Netscape will connect to foo.com and attempt to retrieve "/ http://bar.com/"
which will fail.

The problem with many of the proposals offered here is that they are not
general enough to allow the browser proper selection of the most desired
URL. Different URLs may differ in access time, proximity, language, data
format (e.g. GIF, JPEG, PNG), compression (e.g. none, zip, gzip, etc.),
size, charset, etc.

This has been discussed before (around May under "Proposal: New Anchor
attributes" on this list). Here is one proposal by Tim Berners-Lee and
Dave Raggett:

http://www.w3.org/pub/WWW/MarkUp/Resource/Specification

Marcus
--
Marcus E. Hennecke
marcush@crc.ricoh.com        http://www.crc.ricoh.com/~marcush/

Received on Monday, 15 July 1996 15:34:17 UTC