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
<p>There is a plan in place to move this section to [[CSSOVERFLOW3]].
2497
+
</div>
2498
+
2499
+
2485
2500
<p>Printed publications are paged, while screen-based presentations of web pages are most often presented in a continous manner with a scrollbar on the side. There are reasons to believe that screen-based presentations also could benefit from using paged presentations. There is nothing in web specifications that prevent browsers from adding a page-based mode today. However, most web content is authored and styled with a continous presentation in mind. This could change if it becomes possible to describe paged presentations in style sheets. This section is an attempt to do so.
2486
2501
2487
2502
<p>To support paged presentations, four new values are added to the 'overflow-style' property:
<p>There is a plan in place to move this section to a new WD called "Page Floats".
2707
+
</div>
2708
+
2709
+
2685
2710
<p>In page-based layouts, images and figures are often displayed at
2686
2711
the top or bottom of pages. This specificaton adds new keywords on the
2687
2712
'float' property to create <em>page floats</em>. A page float can
@@ -3698,6 +3723,11 @@ <h3>Page groups</h2>
3698
3723
3699
3724
<h2>Selecting lines</h2>
3700
3725
3726
+
<divclass="note">
3727
+
<p>There is a plan in place to move this section to [[CSSOVERFLOW3]].
3728
+
</div>
3729
+
3730
+
3701
3731
<p>The 'first-line' pseudo-element selects the first formatted line of an element. The 'first-lines(n)' pseudo-element selects the first n formatted lines of an element.
3702
3732
3703
3733
<divclass=example>
@@ -3717,6 +3747,7 @@ <h2>Selecting lines</h2>
3717
3747
</pre>
3718
3748
</div>
3719
3749
3750
+
<!--
3720
3751
<h2>Conditional text</h2>
3721
3752
3722
3753
<div class=example>
@@ -3726,6 +3757,8 @@ <h2>Conditional text</h2>
3726
3757
a:target-layout(attr(href url), previous-page) { content: " on the previous page" }
0 commit comments