Skip to content

Commit fa6d661

Browse files
committed
[css-regions] improve region-fragment example
1 parent b496e92 commit fa6d661

12 files changed

Lines changed: 4499 additions & 39 deletions

css-regions/Overview.html

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Regions Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-11-14 name=dcterms.date>
15+
<meta content=2013-11-26 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -46,7 +46,7 @@
4646

4747
<h1 id=css-regions-module>CSS Regions Module Level 1</h1>
4848

49-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 November
49+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 November
5050
2013</h2>
5151

5252
<dl>
@@ -1381,39 +1381,42 @@ <h3 id=the-region-fragment-property><span class=secno>3.4. </span>The
13811381
summary="Different values for the region-fragment property - Illustration.">
13821382
<tbody>
13831383
<tr>
1384-
<td><code class=css>flow-into: "article"</code>
1384+
<td>article with two<br>
1385+
overflowing lines
13851386

1386-
<td><code>region-1</code> and <code class=html>region-2</code>
1387+
<td><code>region-fragment: break<br>
1388+
overflow: visible</code>
13871389

1388-
<td><code class=css>region-fragment: auto</code><br>
1389-
<code class=css>overflow:visible</code>
1390+
<td><code>region-fragment: auto<br>
1391+
overflow: visible</code>
13901392

13911393
<tr>
13921394
<td rowspan=3 style="vertical-align: top;"><img
1393-
alt="regions receiving the flow content"
1394-
src="images/region-overflow-flow.png">
1395+
alt="flow content rendering" src="images/region-overflow-flow.png">
13951396

1396-
<td><img alt="result if region-overflow is set to 'break'"
1397-
src="images/region-overflow-regions.png">
1397+
<td><img
1398+
alt="rendering with region-fragment:break and overflow:visible"
1399+
src="images/region-overflow-break-visible.png">
13981400

1399-
<td><img alt="regions receiving the flow content"
1400-
src="images/region-overflow-auto-overflow-visible.png">
1401+
<td><img alt="rendering with region-fragment:auto and overflow:visible"
1402+
src="images/region-overflow-auto-visible.png">
14011403

14021404
<tr>
1403-
<td><code class=css>region-fragment: break</code>
1405+
<td><code>region-fragment: break<br>
1406+
overflow: hidden</code>
14041407

1405-
<td><code class=css>region-fragment: auto</code><br>
1406-
<code class=css>overflow:hidden</code>
1408+
<td><code>region-fragment: auto<br>
1409+
overflow: hidden</code>
14071410

14081411
<tr>
1409-
<td><img alt="result if region-overflow is set to 'break'"
1410-
src="images/region-overflow-break.png">
1412+
<td><img alt="rendering with region-fragment:break and overflow:hidden"
1413+
src="images/region-overflow-break-hidden.png">
14111414

1412-
<td><img alt="regions receiving the flow content"
1413-
src="images/region-overflow-auto-overflow-hidden.png">
1415+
<td><img alt="rendering with region-fragment:auto and overflow:hidden"
1416+
src="images/region-overflow-auto-hidden.png">
14141417
</table>
14151418

1416-
<p class=caption>Different values for the region-fragment property
1419+
<p class=caption>Combinations of region-fragment and overflow.
14171420
</div>
14181421

14191422
<div class=note><span class=note-prefix>Note </span>

css-regions/Overview.src.html

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,45 +1214,46 @@ <h3 id="the-region-fragment-property">The region-fragment property</h3>
12141214
<table style="border: 1px solid gray;width: 100%;" summary=
12151215
"Different values for the region-fragment property - Illustration.">
12161216
<tr>
1217-
<td>''flow-into: "article"''</td>
1217+
<td>article with two<br>
1218+
overflowing lines</td>
12181219

1219-
<td><code>region-1</code> and <code class=
1220-
"html">region-2</code></td>
1220+
<td><code>region-fragment: break<br>
1221+
overflow: visible</code></td>
12211222

1222-
<td>''region-fragment: auto''<br>
1223-
''overflow:visible''</td>
1223+
<td><code>region-fragment: auto<br>
1224+
overflow: visible</code></td>
12241225
</tr>
12251226

12261227
<tr>
12271228
<td rowspan="3" style="vertical-align: top;"><img src=
12281229
"images/region-overflow-flow.png" alt=
1229-
"regions receiving the flow content"></td>
1230+
"flow content rendering"></td>
12301231

1231-
<td><img src="images/region-overflow-regions.png" alt=
1232-
"result if region-overflow is set to 'break'"></td>
1232+
<td><img src="images/region-overflow-break-visible.png" alt=
1233+
"rendering with region-fragment:break and overflow:visible"></td>
12331234

1234-
<td><img src="images/region-overflow-auto-overflow-visible.png"
1235-
alt="regions receiving the flow content"></td>
1235+
<td><img src="images/region-overflow-auto-visible.png"
1236+
alt="rendering with region-fragment:auto and overflow:visible"></td>
12361237
</tr>
12371238

12381239
<tr>
1239-
<td>''region-fragment: break''</td>
1240+
<td><code>region-fragment: break<br>
1241+
overflow: hidden</code></td>
12401242

1241-
<td>''region-fragment: auto''<br>
1242-
''overflow:hidden''</td>
1243+
<td><code>region-fragment: auto<br>
1244+
overflow: hidden</code></td>
12431245
</tr>
12441246

12451247
<tr>
1246-
<td><img src="images/region-overflow-break.png" alt=
1247-
"result if region-overflow is set to 'break'"></td>
1248+
<td><img src="images/region-overflow-break-hidden.png" alt=
1249+
"rendering with region-fragment:break and overflow:hidden"></td>
12481250

1249-
<td><img src="images/region-overflow-auto-overflow-hidden.png"
1250-
alt="regions receiving the flow content"></td>
1251+
<td><img src="images/region-overflow-auto-hidden.png"
1252+
alt="rendering with region-fragment:auto and overflow:hidden"></td>
12511253
</tr>
12521254
</table>
12531255

1254-
<p class="caption">Different values for the region-fragment
1255-
property</p>
1256+
<p class="caption">Combinations of region-fragment and overflow.</p>
12561257
</div>
12571258

12581259
<div class="note"><span class="note-prefix">Note </span>

css-regions/examples/region-overflow.ai

Lines changed: 4456 additions & 0 deletions
Large diffs are not rendered by default.
1.14 KB
Loading
-7.71 KB
Binary file not shown.
-8 KB
Binary file not shown.
1.36 KB
Loading
1.09 KB
Loading
1.12 KB
Loading
-7.61 KB
Binary file not shown.

0 commit comments

Comments
 (0)