Re: XHTML+CSS single-source (multi-channel)

Bert Bos wrote:

> So instead of requiring multiple links of the form
> 
>     <link rel="alternate stylesheet" href="red.css" title="Extra red">
>     <link rel="alternate stylesheet" href="r2.css" title="Technical">
> 
> a single link is enough and the other links are in CSS:
> 
>     @import url(red.css) "Extra red";
>     @import url(r2.css) "Technical";

   Would browser be able to support nested styles in this case? Would
this allow tree-like or multi-tier style selection?

Received on Monday, 3 October 2005 07:05:16 UTC