Skip to content

Commit e41d7e3

Browse files
author
howcome
committed
machine-generated version
1 parent 67b6f98 commit e41d7e3

1 file changed

Lines changed: 61 additions & 1 deletion

File tree

css-gcpm/Overview.html

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3318,6 +3318,24 @@ <h3 id=spanning-columns><span class=secno>12.2. </span>Spanning columns</h3>
33183318
</pre>
33193319
<img alt="sample rendering" src=regions.png></div>
33203320

3321+
<p>Further, the ‘<code class=property>page</code>’ value is added to
3322+
<code class=property>column-span</code>’ so that the page (and not
3323+
the column or element) becomes the reference.
3324+
3325+
<div class=example>
3326+
<p>In this example, the footer is floated to the bottom of the last page
3327+
(and not the bottom of the article element):
3328+
3329+
<pre>
3330+
footer { float: bottom; colum-span: page }
3331+
3332+
&lt;article>
3333+
...
3334+
&lt;footer>...&lt;.footer>
3335+
&lt;/article>
3336+
</pre>
3337+
</div>
3338+
33213339
<h3 id=deferring-floats-float-defer-column-floa><span class=secno>12.3.
33223340
</span>Deferring floats: float-defer-column, float-defer-page</h3>
33233341

@@ -3778,7 +3796,49 @@ <h3 id=floating-inside-and-outside-pages><span class=secno>12.6.
37783796
left/right?
37793797

37803798
<p class=issue>Should there be a way to delete page floats that end up
3781-
lonesome on pages?
3799+
lonesome on pages? <!--
3800+
3801+
<h3>Float reference</h3>
3802+
3803+
<table class=propdef>
3804+
<tr>
3805+
<td><em>Name:</em>
3806+
<td><dfn>float-reference</dfn>
3807+
<tr>
3808+
<td><em>Value:</em>
3809+
<td>auto | page
3810+
<tr>
3811+
<td><em>Initial:</em>
3812+
<td>auto
3813+
<tr>
3814+
<td><em>Applies to:</em>
3815+
<td>floated elements
3816+
<tr>
3817+
<td><em>Inherited:</em>
3818+
<td>no
3819+
<tr>
3820+
<td><em>Percentages:</em>
3821+
<td>N/A
3822+
<tr>
3823+
<td><em>Media:</em>
3824+
<td>visual, paged
3825+
<tr>
3826+
<td><em>Computed value:</em>
3827+
<td>as specified
3828+
</table>
3829+
3830+
<p>This property indicates the reference for page floats. Values are:
3831+
3832+
<dl>
3833+
<dt>auto
3834+
<dd>the column or the element is the reference
3835+
<dt>page
3836+
<dd>the page is the reference
3837+
</dl>
3838+
3839+
<p class=issue>Should this be a value on 'column-span' instead? E.g.: 'column-span: page'?
3840+
3841+
-->
37823842

37833843
<h2 id=page-and-column-floats-alternative-synta><span class=secno>13.
37843844
</span>Page and column floats, alternative syntax</h2>

0 commit comments

Comments
 (0)