|
6 | 6 |
|
7 | 7 | <link href="../default.css" rel=stylesheet type="text/css"> |
8 | 8 | <link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]" rel=stylesheet type="text/css"> |
9 | | -<!-- |
10 | 9 | <link href="../default.css" rel="stylesheet" type="text/css"> |
11 | | ---> |
12 | 10 |
|
13 | 11 | <style type="text/css"> |
14 | 12 | .example img { display: block } |
@@ -2643,6 +2641,8 @@ <h2>Page floats</h2> |
2643 | 2641 | <img alt="sample rendering" src=8.png> |
2644 | 2642 | </div> |
2645 | 2643 |
|
| 2644 | +<p> |
| 2645 | + |
2646 | 2646 | <div class=example> |
2647 | 2647 |
|
2648 | 2648 | <img alt="sample rendering" src=regions.png> |
@@ -3110,7 +3110,7 @@ <h3>Exclusions based on rendered content</h3> |
3110 | 3110 | </pre> |
3111 | 3111 | </div> |
3112 | 3112 |
|
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. |
3114 | 3114 | <p class=issue>Some kind of spacing behavior must be defined. Define behavior if both 'exclude-level' and 'bakcground-exclude-level' is set. |
3115 | 3115 |
|
3116 | 3116 | <h3>Exclusions based on shapes</h3> |
@@ -3215,7 +3215,7 @@ <h3>Turning columns into regions</h3> |
3215 | 3215 | div.chapter::region(3+) /* all regions but the 1st and 2nd */ |
3216 | 3216 | div.chapter::region(2,2) /* second region on second page */ |
3217 | 3217 | 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 */ |
3219 | 3219 | </pre> |
3220 | 3220 | </div> |
3221 | 3221 |
|
@@ -3318,9 +3318,10 @@ <h2>Regions and Exclusions examples</h2> |
3318 | 3318 | columns: 15em; |
3319 | 3319 | } |
3320 | 3320 | article::region(1-3) { |
| 3321 | + width: 15em; |
3321 | 3322 | height: 15em; |
3322 | 3323 | } |
3323 | | -acticle::region(2-3) { |
| 3324 | +article::region(2-3) { |
3324 | 3325 | margin: 4em 0 0 -4em; |
3325 | 3326 | } |
3326 | 3327 | </pre> |
|
0 commit comments