Skip to content

Commit 67d73cf

Browse files
committed
revising example
1 parent c1bf4a6 commit 67d73cf

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
<link href="../default.css" rel=stylesheet type="text/css">
88
<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]" rel=stylesheet type="text/css">
9-
<!--
109
<link href="../default.css" rel="stylesheet" type="text/css">
11-
-->
1210

1311
<style type="text/css">
1412
.example img { display: block }
@@ -2643,6 +2641,8 @@ <h2>Page floats</h2>
26432641
<img alt="sample rendering" src=8.png>
26442642
</div>
26452643

2644+
<p>
2645+
26462646
<div class=example>
26472647

26482648
<img alt="sample rendering" src=regions.png>
@@ -3110,7 +3110,7 @@ <h3>Exclusions based on rendered content</h3>
31103110
</pre>
31113111
</div>
31123112

3113-
<p class=issue>Define behavior if both 'exclude-level' and 'bakcground-exclude-level' is set.
3113+
<p class=issue>Define behavior if both 'exclude-level' and 'background-exclude-level' is set.
31143114
<p class=issue>Some kind of spacing behavior must be defined. Define behavior if both 'exclude-level' and 'bakcground-exclude-level' is set.
31153115

31163116
<h3>Exclusions based on shapes</h3>
@@ -3215,7 +3215,7 @@ <h3>Turning columns into regions</h3>
32153215
div.chapter::region(3+) /* all regions but the 1st and 2nd */
32163216
div.chapter::region(2,2) /* second region on second page */
32173217
div.chapter::region(*,2) /* all regions on the second page */
3218-
div.chapter::region(,2) /* all columns on the second page */
3218+
div.chapter::region(1,*) /* the first column on all pages */
32193219
</pre>
32203220
</div>
32213221

@@ -3318,9 +3318,10 @@ <h2>Regions and Exclusions examples</h2>
33183318
columns: 15em;
33193319
}
33203320
article::region(1-3) {
3321+
width: 15em;
33213322
height: 15em;
33223323
}
3323-
acticle::region(2-3) {
3324+
article::region(2-3) {
33243325
margin: 4em 0 0 -4em;
33253326
}
33263327
</pre>

0 commit comments

Comments
 (0)