alternate style sheets

I wonder if anyone has propose a method
to specify alternate stylesheets *externally*
in CSS3? I mean instead of using:

   <link rel="alternate stylesheet" type="text/css"
   href="style.css" title="another css"
   media="screen" />

why not use like the @import method
maybe..:

   @alternate url("style.css") screen;

I suppose this ease up the job to add/edit/remove
alternate style sheets in a web site.
Just my piece of thought.

--
cheeaun01

Received on Saturday, 12 October 2002 07:06:49 UTC