You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 | <integer>
356
+
Initial: none
357
+
Applies To: elements for which 'flow-into' property was specified
0 commit comments