Re: [css3-page] @page foo, bar { ... }

On Sat, Feb 21, 2009 at 5:03 PM, Håkon Wium Lie <howcome@opera.com> wrote:
> In CSS, selectors can be grouped in comma-separted lists:
>
>  foo, bar { ... }
>
> However, this doesn't seem to be the case for page selectors [1]. I
> suggest allowing it. E.g.:
>
>  @page foo, bar {
>    @bottom-right: {
>      content: counter(page);
>    }
>  }
>
>  @page :first, :left {
>    background: red;
>  }
>
> [1] http://dev.w3.org/csswg/css3-page/#page-selector-and-context

I would be very likely to do exactly that, and be confused when it
didn't work.  So, I support this proposal.

~TJ

Received on Monday, 23 February 2009 04:33:27 UTC