[html401] Specifying external style sheets

The section  
<http://www.w3.org/TR/1999/REC-html401-19991224/present/styles.html#h-14.3.2>  
does not really define in detail what should happen. For example, what  
happens with:

  <link rel="stylesheet" title="A" href="..." type="text/css">
  <link rel="alternate stylesheet" title="A" href="..." href="text/css">

... At the moment Mozilla applies both referenced style sheets and Opera  
only applies the first. From the specification it is not clear to me which  
implementation is correct. (FWIW, we are planning to follow Mozilla in  
this regard.)


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Monday, 23 January 2006 16:28:29 UTC