Re: The 'type' attribute

Jelks CabanissÊwrote to <www-html@w3.org> on 24 August 2002 in "The
'type' attribute" (<mid:000a01c24b29$4f575120$6701a8c0@blackie>):

> [...] we have to date been using the 'type'
> attribute for <link> and <style> (and <script>) to specify the MIME
> type.  Would it make sense to be more explicit, i.e. ...
> 
>         <link rel="stylesheet" notation="text/css" ... />
> 
>   or
> 
>         <link rel="stylesheet" mimetype="text/css" ... />

I would prefer the identifier already in use in MIME and in HTTP:
'content-type'.  So:

<link content-type="text/css" ... />

-- 
Etan Wexler <mailto:ewexler@stickdog.com>

Received on Thursday, 5 September 2002 17:29:19 UTC