Re: Meta - Resource-type tagging
Marc Salomon (marc@ckm.ucsf.edu)
Thu, 26 Sep 1996 14:39:15 -0700
From: "Marc Salomon" <marc@ckm.ucsf.edu>
Message-Id: <9609261439.ZM4591@gaia.ckm.ucsf.edu>
Date: Thu, 26 Sep 1996 14:39:15 -0700
In-Reply-To: Foteos Macrides <MACRIDES@sci.wfbr.edu>
To: www-html@w3.org
Subject: Re: Meta - Resource-type tagging
From: Foteos:
|Lynx implemented <link rel=made ...>
Isn't that supposed to be <LINK REV="MADE"> instead of REL?
<!-- <A REL=...> Relationship to destination -->
<LINK REL="FOO" HREF="BAR"> says that this document is bar's foo
<LINK REL="MADE" HREF="BAR"> says that this document made bar (WRONG)
<!-- <A REV=...> Relationship of destination to this -->
<LINK REV="FOO" HREF="BAR"> says that bar is this document's foo where
<LINK REV="MADE" HREF="BAR"> says that bar made this document (CORRECT)
-marc
--