Re: [css3-page] page counters and scope

fantasai wrote:
> 
>   1. Apply any counter-reset and counter-increment rules to the page box,

By "any" I mean "any rules from the @page context that apply to this page box". :)

So for a foo page that is a left page, rules from the following would apply:

   @page { ... }
   @page :left { ... }
   @page foo { ... }
   @page foo:left { ... }

cascaded as appropriate, of course.

~fantasai

Received on Wednesday, 15 April 2009 18:04:09 UTC