Skip to content

Commit d65715f

Browse files
author
dauwhe
committed
[css-gcpm-4] add description of EPUB Adaptive Layout properties, then comment them out
1 parent 1acdad3 commit d65715f

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

css-gcpm-4/Overview.bs

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,76 @@ span.footnote {
315315

316316

317317

318+
<!--<h2>Flow Properties from PGT (for reference)</h2>
318319

320+
<p class="note">For convenience, here are definitions of the flow properties used by [[EPUB-PGT]].</p>
321+
322+
<h3>flow-options</h3>
323+
<pre class="propdef">
324+
Name: <dfn id="flow-options-pgt">flow-options</dfn>
325+
Values: none | [ exclusive || last || static
326+
Initial: none
327+
Applies To: elements for which 'flow-into' property was specified
328+
Inherited: no
329+
Media: visual
330+
Computed value: as specified
331+
</pre>
332+
333+
<dl>
334+
<dt>exclusive</dt>
335+
<dd>When content is selected for a partition, elements marked as exclusive are
336+
considered first. Only one exclusive element is used for a single partition and one
337+
element is always consumed (and removed from the flow if it is not also marked as
338+
<span class="val">static</span>).</dd>
339+
<dt>static</dt>
340+
<dd>When an element is consumed in a partition, it is removed from the flow, unless it
341+
is marked as <span class="val">static</span>. Static elements are placed in the flow
342+
again when they are consumed.</dd>
343+
<dt>last</dt>
344+
<dd>When this option is applied to elements which are also marked <span class="val"
345+
>exclusive</span>, the last of them is flowed in the next available
346+
partition.</dd>
347+
</dl>
348+
349+
<h3>flow-linger</h3>
350+
351+
The 'flow-linger' property determines how many pages an element is eligible for on a page. None means it stays eligible until consumed. <integer> must be positive and means number of pages. 1 means that it should be used on the same page it became eligible.
352+
353+
<pre class="propdef">
354+
Name: <dfn id="flow-linger-pgt">flow-linger</dfn>
355+
Values: none | &lt;integer&gt;
356+
Initial: none
357+
Applies To: elements for which 'flow-into' property was specified
358+
Inherited: no
359+
Media: visual
360+
Computed value: as specified
361+
</pre>
362+
363+
364+
365+
<h3>flow-priority</h3>
366+
<pre class="propdef">
367+
Name: <dfn id="flow-priority-pgt">flow-priority</dfn>
368+
Values: &lt;integer&gt;
369+
Initial: 0
370+
Applies To:
371+
Inherited: no
372+
Media: visual
373+
Computed value: as specified
374+
</pre>
375+
376+
<h3>flow-consume</h3>
377+
<pre class="propdef">
378+
Name: <dfn id="flow-consume-pgt">flow-consume</dfn>
379+
Values: some | all
380+
Initial: all for body flow; some for all other flows
381+
Applies To:
382+
Inherited: no
383+
Media: visual
384+
Computed value: as specified
385+
</pre>
386+
387+
-->
319388

320389

321390

css-gcpm-4/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Generated Content for Paged Media Module Level 4</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140905>5 September 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140910>10 September 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl>
5959
<dt>This version:
6060
<dd><a class=u-url href=http://dev.w3.org/csswg/css-gcpm-4/>http://dev.w3.org/csswg/css-gcpm-4/</a>
@@ -434,7 +434,7 @@ <h3 class="heading settled heading" data-level=3.2 id=footnotes-as-regions><span
434434

435435

436436

437-
437+
<p></p>
438438

439439

440440

0 commit comments

Comments
 (0)