Re: CSS 2: inserting text and markup into HTML documents

to follow up on what Hakon Lie said:
> 
> For simple selectors (as the type selector above) this looks fine, but
> for more complex selecetor it starts to get messy:
> 
>   @page :header {
>     content: first(BODY H1.chapter), decimal(pageno), first(H2[TITLE]);
>     font-variant: small-caps}
>   }
>  
> Or, perhaps it's not that bad? Certainly, this would rid us of the
> "three-variable" limitation...
> 

Seems like an improvement, on balance.

-- Al

Received on Friday, 7 November 1997 19:46:26 UTC