braillespecs / braille-css

Braille CSS specification
http://braillespecs.github.io/braille-css
2 stars 1 forks source link

Paged media #28

Open bertfrees opened 9 years ago

bertfrees commented 9 years ago

Paged Media

The ‘@page’ rule

"Between the content edge of a block container box and the outer edges of its child content (margin edges of block-level children or line box edges for inline-level children) if there is a (non-zero) gap between them."

  • [ ] Add guidelines for optimizing page breaks? See http://www.w3.org/TR/2012/WD-css3-break-20120823/#best-breaks.
  • [ ] Explain simplifications with respect to original breaking rules [CSS3BREAK]: no block-perpendicular fragmentation, only one break type (what about volume breaks?), no monolithic elements, only normal flow, etc.
  • [ ] Connection with line breaking and volume breaking rules?
  • [ ] Implicitly forced page break (caused by 'page' property) could also be of type 'always'.

See also