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
moved in the final presentation of the document. Along with two other
63
63
CSS3 modules – multi-column layout and paged media – this
64
64
module offers advanced functionality for presenting structured
65
-
documents on paged media. This specification only applies to the
66
-
'print' media type.
65
+
documents on paged media. Paged media can be printed, or presented on
66
+
screens.
67
67
68
68
69
69
<h2class="no-num no-toc">Status of this document</h2>
@@ -88,13 +88,13 @@ <h2>Introduction</h2>
88
88
<p>(This section is not normative.)
89
89
90
90
<p>This specification describes features often used in printed
91
-
publications. Some of the proposed functionality (e.g., the new list style types, and border segments) may also
92
-
used with other media types. However, this specification is only
93
-
concerned with the 'print' media type.
91
+
publications. Some of the proposed functionality (e.g., the new list
92
+
style types, and border segments) may also used with other media
93
+
types. However, this specification is monstly concerned with paged media.
94
94
95
95
<h2>Running headers and footers</h2>
96
96
97
-
To aid navigation in printed material, headers and footers are often
97
+
<p>To aid navigation in printed material, headers and footers are often
98
98
printed in the page margins. [[CSS3PAGE]] describes how to place
99
99
headers and footers on a page, but not how to fetch headers and
100
100
footers from elements in the document. This specification offers two
@@ -2852,23 +2852,16 @@ <h2>Aligning baselines in multi-column layouts</h2>
2852
2852
<p class=note>A similar idea — 'line-stacking-strategy: grid-height' — was proposed in a <a href="http://www.w3.org/TR/css3-linebox/#line-stacking-strategy">previous version of the CSS3 line module</a>. The 'line-stacking-strategy' property is <a href="http://www.w3.org/TR/xsl/#line-stacking-strategy">used in XSL</a>.
2853
2853
-->
2854
2854
2855
-
<h2>The 'first-page' pseudo-element</h2>
2855
+
2856
2856
2857
2857
<!--
2858
-
<p>The 'first-page' pseudo-element selects the content of an element
2859
-
which appears on the first page the element appears on. If the
2860
-
element only appears on one page, all the content of the element is
2861
-
selected.
2862
-
-->
2863
-
<!--
2864
-
<p>The 'first-page' pseudo-element is used to apply styling to the
2865
-
part of an element that ends up on the page where the element first
2866
-
appears when formatted. The following properties apply to :first-page
0 commit comments