Skip to content

Commit d0ca425

Browse files
committed
adding example
1 parent dc67725 commit d0ca425

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,20 @@ <h3>Running elements</h3>
393393
</pre>
394394
</div>
395395

396+
397+
<div class="example">
398+
<p>In this example, the element is copied into the running header but it also keeps its normal place.
399+
400+
<pre>
401+
title { position: running(header), normal }
402+
@page { @top-center {
403+
content: element(header) }
404+
}
405+
</pre>
406+
</div>
407+
408+
409+
396410
<p>Like the ''string()'' value, the ''element()'' value accepts an
397411
optional second argument:
398412

@@ -2740,11 +2754,14 @@ <h2>Page and column floats, alternative syntax</h2>
27402754
<dt>inside, outside
27412755
<dd>as described in the previous section
27422756

2757+
<dt>footnote
2758+
<dd>as described above
2759+
27432760
<dt>columns(n)
2744-
<dd>makes the float span n columns; sets the float context to be the multicol element
2761+
<dd>makes the float span n columns, and sets the float context to be the multicol element
27452762

27462763
<dt>page
2747-
<dd>sets the float context to be the page, not the element
2764+
<dd>sets the float context to be the page
27482765

27492766
</dl>
27502767

0 commit comments

Comments
 (0)