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

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

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Saturday, 21 February 2009 23:03:46 UTC