Skip to content

Commit 584aeb4

Browse files
author
howcome
committed
adding more images
1 parent a2bc80f commit 584aeb4

18 files changed

Lines changed: 33 additions & 0 deletions

css-gcpm/Overview.src.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,6 +2129,11 @@ <h2>Image resolution</h2>
21292129

21302130
<h2>Page marks and bleed area</h2>
21312131

2132+
<div class="note">
2133+
<p>There is a plan in place to move this section to [[CSS3PAGE]].
2134+
</div>
2135+
2136+
21322137
<p>The 'marks' property from [[CSS2]] is part of this specification.
21332138

21342139
<!--
@@ -2442,6 +2447,11 @@ <h3>'bookmark-state'</h3>
24422447

24432448
<h2>CMYK colors</h2>
24442449

2450+
<div class="note">
2451+
<p>There is a plan in place to move this section to [[CSS4COLOR]].
2452+
</div>
2453+
2454+
24452455
<p>Printers do not use RGB colors, they (often) use CMYK: cyan,
24462456
magenta, yellow and black. The ''device-cmyk()'' functional value allows
24472457
style sheets to express device-dependent CMYK colors.
@@ -2482,6 +2492,11 @@ <h2>Styling blank pages</h2>
24822492

24832493
<h2>Paged presentations</h2>
24842494

2495+
<div class="note">
2496+
<p>There is a plan in place to move this section to [[CSSOVERFLOW3]].
2497+
</div>
2498+
2499+
24852500
<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.
24862501

24872502
<p>To support paged presentations, four new values are added to the 'overflow-style' property:
@@ -2544,6 +2559,11 @@ <h2>Paged presentations</h2>
25442559

25452560
<h2>Spatial layout of pages; @layout</h2>
25462561

2562+
<div class="note">
2563+
<p>There is a plan in place to move this section to [[CSSOVERFLOW3]].
2564+
</div>
2565+
2566+
25472567
<p>In commonly used apps, pages are often laid out spatially so that
25482568
users can nagivate from one page to another by moving up, down, right
25492569
or left. To support this feature for web content, a new @-rule is
@@ -2682,6 +2702,11 @@ <h3>Page shift effects</h3>
26822702

26832703
<h2>Page floats</h2>
26842704

2705+
<div class="note">
2706+
<p>There is a plan in place to move this section to a new WD called "Page Floats".
2707+
</div>
2708+
2709+
26852710
<p>In page-based layouts, images and figures are often displayed at
26862711
the top or bottom of pages. This specificaton adds new keywords on the
26872712
'float' property to create <em>page floats</em>. A page float can
@@ -3698,6 +3723,11 @@ <h3>Page groups</h2>
36983723

36993724
<h2>Selecting lines</h2>
37003725

3726+
<div class="note">
3727+
<p>There is a plan in place to move this section to [[CSSOVERFLOW3]].
3728+
</div>
3729+
3730+
37013731
<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.
37023732

37033733
<div class=example>
@@ -3717,6 +3747,7 @@ <h2>Selecting lines</h2>
37173747
</pre>
37183748
</div>
37193749

3750+
<!--
37203751
<h2>Conditional text</h2>
37213752
37223753
<div class=example>
@@ -3726,6 +3757,8 @@ <h2>Conditional text</h2>
37263757
a:target-layout(attr(href url), previous-page) { content: " on the previous page" }
37273758
</pre>
37283759
</div>
3760+
-->
3761+
37293762

37303763
<h2>Exclusions</h2>
37313764

css-page-floats/11.png

24.4 KB
Loading

css-page-floats/12.png

27.2 KB
Loading

css-page-floats/13.png

25.6 KB
Loading

css-page-floats/16.png

12.8 KB
Loading

css-page-floats/17.png

12.5 KB
Loading

css-page-floats/18.png

24.6 KB
Loading

css-page-floats/6.png

24 KB
Loading

css-page-floats/8.png

23.4 KB
Loading
13.3 KB
Loading

0 commit comments

Comments
 (0)