- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Sun, 22 Feb 2009 22:32:49 -0600
- To: Håkon Wium Lie <howcome@opera.com>
- Cc: www-style@w3.org
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