Re: How to tell the browser that <A> is a link. (nested was: Functional notations)

Ian Hickson wrote:

> That's the idea (but I would say CSS3). Although SPROTCH would then be an
> element of limited use, to be fair! using
> 
>    <!ATTLIST SPROTCH  uri  >
> 
> and
> 
>    SPROTCH { personality: hyperlink;
>              href: attr(uri); }
> 
> would be much more useful (pardon the glaring errors in my pseudo XML DTD
> thing here, I've only skimmed the XML spec).
> 
> >Hmmm. Is it really the purpose of a **Style** Sheet ?
> 
> I would say, yes.

I would say definitely no (I mean your 'personality' property).
This is the purpose of XML-Link [1].

[1] http://www.w3.org/TR/WD-xlink

</Daniel>

Received on Tuesday, 21 April 1998 03:37:17 UTC