> What do browsers do with this?

> <link rel="stylesheet" href="/style.css" />

Browsers should get the /style.css, check the Content-Type field of the HTTP 
Response Header and determine whether they support the stylesheet or not.

> And what with this?

> <link rel="stylesheet" type="text/plain" href="/style.css" />

If browsers support text/plain as a stylesheet, they should get the /style.css 
and use the Content-Type field of the HTTP Response Header to confirm whether 
they really support the stylesheet.

If browsers do not support text/plain as a stylesheet, they should just simply 
ignore <link rel="stylesheet" type="text/plain" href="/style.css" />.

Franklin Tse

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of A. Pagaltzis
Sent: Thursday, December 07, 2006 16:14
To: atom-syntax@imc.org
Subject: Re: PaceEntryMediatype


* 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/>



Reply via email to