Re: CSS 3 Comments

I was also thinking about different margins based on page-facing. Do we
need to target new, left and right pages? Or even/odd pages? Seems like
this is a complex enough discussion to avoid in LC comments.


On Tue, Nov 5, 2013 at 8:14 AM, Cramer, Dave <Dave.Cramer@hbgusa.com> wrote:

>   On 11/5/13 10:59 AM, "Brady Duga" <duga@google.com> wrote:
>
>  I'm not sure I would request the different indent behavior after a break
> without first understanding if this different rendering is limited to just
> indents. Are there other styles that might be different at a page boundary?
> Could there be even/odd differences, or two-up facing page changes? While
> it might be the correct solution, I think it is a bit hasty to rush one of
> our use cases into a requested solution. I would argue we leave it off this
> list, but defer issues about styling changes based on page to our
> face-to-face discussion with the CSS wg.
>
>  +1 to the various other comments, though.
>
>
>  I'm starting to think that some positional pseudo-elements would address
> lots of these issues:
>
>  p::top-of-page { text-indent: 0; }
>
>  This might help with something I mentioned in the pagination doc—space
> breaks that fall at the top/bottom of the page often require
> ornaments/asterisks:
>
>  div.spacebreak::bottom-of-page p { content: '*  *  *'; }
>
>
>  Dave
>
>
>
> ------------------------------
> This may contain confidential material. If you are not an intended
> recipient, please notify the sender, delete immediately, and understand
> that no disclosure or reliance on the information herein is permitted.
> Hachette Book Group may monitor email to and from our network.
>

Received on Tuesday, 5 November 2013 16:26:08 UTC