Re: <resouce>, links, and addresses [was: W3C and Handle technology ]
marc@ckm.ucsf.edu
Sat, 7 Sep 1996 10:27:16 -0700
From: marc@ckm.ucsf.edu
Date: Sat, 7 Sep 1996 10:27:16 -0700
Message-Id: <199609071727.KAA14919@pele.ckm.ucsf.edu>
To: www-html@w3.org
Subject: Re: <resouce>, links, and addresses [was: W3C and Handle technology ]
Cc: www-talk@w3.org
Oops...more Friday afternoon distractions...
my last post should have read:
|Is it possible to address anchors in the form of:
replace
<A NAME="bar"><A HREF="http://foo/">foo</A></A> (A content model excludes A)
with
<A NAME="bar" HREF="http://foo/">foo</A>
|or
|
|<A HREF="http://foo/" ID="bar">foo</A>
|
|with
|
|<A HREF="#bar"> ?
-marc