* Jan Algermissen <[EMAIL PROTECTED]> [2006-12-07 08:25]:
> As an analogy: HTML browsers look for stylesheets where it says
>
> <link rel="stylesheet" type="text/css" href="/style.css" />
>
> and not
>
> <link rel="alternate" type="text/css" href="/style.css" />
>
> Eh?
What do browsers do with this?
<link rel="stylesheet" href="/style.css" />
And what with this?
<link rel="stylesheet" type="text/plain" href="/style.css" />
Is their behaviour right? Wrong? Why?
Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>