Re: Alternate stylesheets and the "disabled" DOM property

On Tue, 30 Sep 2003, fantasai wrote:
>
> Consider the following:
>
> <link rel="stylesheet" href="default.css" title="Preferred">
> <link rel="alternate stylesheet" href="green.css" title="Forest">
> <link rel="alternate stylesheet" href="forest.css" title="Forest">
> <link rel="alternate stylesheet" href="blue.css" title="Ocean">
> <link rel="alternate stylesheet" href="ocean.css" title="Ocean">
>
> Now. Suppose:
>
>    1. I select Ocean from the Use Style menu.
>    2. The page scripts all style sheets disabled except  forest.css
>                                                     and  blue.css
>    3. I open the Use Style menu again.
>
> What do I see?

No particular style set selected. The option to choose whatever set you
want.

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
U+1047E                                         /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Tuesday, 30 September 2003 17:40:32 UTC