Skip to content

Commit e239ffc

Browse files
committed
spec/page-view: [Proposals]
1 parent 8c268ac commit e239ffc

1 file changed

Lines changed: 17 additions & 6 deletions

File tree

spec/page-view.txt

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,23 @@ Selection algorithm also have no restrictions. Selection of specific template ca
293293
Which is enough for generating pages this way
294294

295295
===IDPF page templates proposal===
296-
* [[http://epub-revision.googlecode.com/svn-history/r3025/trunk/src/proposals/css_page_templates/csspgt-doc.xhtml | IDPF Page Templates Proposal]] has a range of ideas
297-
298-
//TODO:examples//
299-
300-
**Issues:**
301-
296+
[[http://epub-revision.googlecode.com/svn-history/r3025/trunk/src/proposals/css_page_templates/csspgt-doc.xhtml | IDPF Page Templates Proposal]] adds
297+
* declarative syntax for specifying page templates (called "page masters")
298+
<code>
299+
@page-master
300+
{
301+
<propname>: <propvalue>;
302+
...
303+
@region <name> {
304+
{
305+
<propname>: <propvalue>;
306+
...
307+
}
308+
}
309+
</code>
310+
* specific set of rules and page-specific properties for page master selection, such as
311+
* 'min-page-width' and 'min-page-height' properites -- for template selectoin based on page dimensions
312+
* 'flow-priority', 'region-placement', 'required-regions', 'conflicting-regions' and other properties - for page master selection and tuning
302313
===== Column breaks and page breaks in regions =====
303314

304315
**Goal:** provide a way to control layout in columns and pages, when columns, pages or both are parts of a template-based paged view

0 commit comments

Comments
 (0)