Re: [xml-dev] Re: Can XLink be fixed?

From
Tim Bray <>
To
Erik Wilde <>
Date
2002-08-15T17:23:15Z
ID
<>
Thread
Re: [xml-dev] Re: Can XLink be fixed?
Erik Wilde wrote:

> 
> if there was an xlink infoset and a clear way of building a modular 
> hierarchy of different infosets, then xhtml could subset the xlink 
> infoset and cleanly
> 
> - have the link semantics defined by xlink, and
> 
> - allow only links which are serializable in xhtml syntax.

Having said that, I think that certain HTML idioms, such as

  <img src="URL of picture" alt="local text" longdesc="URL of text">

are really bad markup design and aren't worth grandfathering.  Why bad? 
Suppose you want to have descriptions (long or short) in more than one 
language, and suppose you want to provide multiple sizes of the picture, 
etc; in fact, while you can argue about the appropriate uses of elements 
and attributes almost forever, this is a good example of how not to use 
attributes.  Let's see, it was someone named Andreesen who cooked this 
one up as I recall, snicker. --Tim