Re: [link draft] Changing the model for links

Mark Nottingham wrote:
> I've been discussing the link draft with Ian Hickson, who points out 
> that in HTML4, there's a difference between
> 
> <link rel="stylesheet" href="a"/>
> <link rel="stylesheet alternate" href="a"/>
> 
> and
> 
> <link rel="stylesheet alternate" href="a/>
> 
> (see 
> <http://www.w3.org/TR/html401/present/styles.html#specifying-external> 
> for the background of why these are different)
> ...

Clarifying... Did you mean:

   <link rel="stylesheet" href="a"/>
   <link rel="alternate" href="a"/>

and

   <link rel="stylesheet alternate" href="a"/>

?

BR, Julian

Received on Wednesday, 8 April 2009 09:26:55 UTC