Re: [gcpm] custom pages and page lists

Also sprach MURAKAMI Shinyu:

 > > Alternatively, a single 'normal' value could reset the page sequence,
 > > i.e. remove any current page sequence.
 > 
 > problem:
 > 
 >     <table>...</table>
 >     <table>...</table>
 >     <p>This text is not rendered on a rotated page.</p>
 > 
 > The <p> has 'page: auto' (by default) and if 'auto' means 
 > "the element continues on the page sequence already established",
 > the <p> is rendred on a rotated page :-(

So, you want an element with "page: auto" to end the page sequence?

I see some issues with that. First, the child elements with of <table>
will also have "page: auto" and thouse should not end the page
sequence. Second, in UC2:

  <h1>The beginning</h1>
    <p>...
  <h1>The end</h1>
    <p>...

The <p> elements will also have "page: auto", but we don't want them
to end the page sequence either.

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

Received on Wednesday, 20 August 2008 14:54:42 UTC