Skip to content

Commit c92a14c

Browse files
committed
removing (commenting out) ascii art
1 parent 73de2cf commit c92a14c

1 file changed

Lines changed: 35 additions & 20 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 35 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2549,8 +2549,9 @@ <h3>Float intrusion in multicol elements</h3>
25492549
middle column is a long word that is clipped in the middle of the
25502550
column gap.
25512551

2552-
<img src=1.png>
2552+
<p><img src=1.png>
25532553

2554+
<!--
25542555
<div class=cols>
25552556
25562557
<p>Ab cde fgh i jkl. Mno<br>
@@ -2598,6 +2599,7 @@ <h3>Float intrusion in multicol elements</h3>
25982599
<div class=gap style="left: 150px"></div>
25992600
<div class=gap style="left: 325px"></div>
26002601
</div>
2602+
-->
26012603

26022604
</div>
26032605

@@ -2613,8 +2615,8 @@ <h3>Float intrusion in multicol elements</h3>
26132615

26142616
<p>In this example, the image naturally appears in the last column. Due to being floated to the right, the image will intrude into the neighboring column to the left.
26152617

2616-
<img src=2.png>
2617-
2618+
<p><img src=2.png>
2619+
<!--
26182620
<div class=cols style="height: 186px">
26192621
26202622
<p>
@@ -2657,6 +2659,8 @@ <h3>Float intrusion in multicol elements</h3>
26572659
<div class=gap style="left: 150px"></div>
26582660
<div class=gap style="left: 325px"></div>
26592661
</div>
2662+
-->
2663+
26602664

26612665
</div>
26622666

@@ -2799,8 +2803,9 @@ <h3>The 'float-offset' property</h3>
27992803

28002804
<p>This code can be rendered as:
28012805

2802-
<img src=3.png>
2806+
<p><img src=3.png>
28032807

2808+
<!--
28042809
<div class=cols>
28052810
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.
28062811
<br><br><br><br><br><br><br>
@@ -2864,7 +2869,7 @@ <h3>The 'float-offset' property</h3>
28642869
<div class=gap style="left: 150px"></div>
28652870
<div class=gap style="left: 325px"></div>
28662871
</div>
2867-
2872+
-->
28682873

28692874
</div>
28702875

@@ -2883,8 +2888,9 @@ <h3>The 'float-offset' property</h3>
28832888

28842889
<p>The column box is the containing block for floats, so if an image naturally appears in the first column it will float to its bottom:
28852890

2886-
<img src=5.png>
2891+
<p><img src=5.png>
28872892

2893+
<!--
28882894
<div class=cols>
28892895
28902896
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -2910,6 +2916,7 @@ <h3>The 'float-offset' property</h3>
29102916
<div class=gap style="left: 150px"></div>
29112917
<div class=gap style="left: 325px"></div>
29122918
</div>
2919+
-->
29132920

29142921
</div>
29152922

@@ -2927,8 +2934,9 @@ <h3>The 'float-offset' property</h3>
29272934
<p>The '1gr' value on
29282935
'width' is equal to the width of the containing block. Here is a possible rendering:
29292936

2930-
<img src=6.png>
2937+
<p><img src=6.png>
29312938

2939+
<!--
29322940
<div class=cols>
29332941
29342942
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -2955,7 +2963,7 @@ <h3>The 'float-offset' property</h3>
29552963
<div class=gap style="left: 150px"></div>
29562964
<div class=gap style="left: 325px"></div>
29572965
</div>
2958-
2966+
-->
29592967

29602968
</div>
29612969

@@ -2971,8 +2979,9 @@ <h3>The 'float-offset' property</h3>
29712979
width: 1gr }
29722980
</pre>
29732981

2974-
<img src=7.png>
2982+
<p><img src=7.png>
29752983

2984+
<!--
29762985
<div class=cols>
29772986
29782987
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -3000,6 +3009,8 @@ <h3>The 'float-offset' property</h3>
30003009
<div class=gap style="left: 325px"></div>
30013010
</div>
30023011
3012+
-->
3013+
30033014
<p>Assuming a three-column layout, the same rendering can be achieved
30043015
by floating the element to the right instead:
30053016

@@ -3031,9 +3042,9 @@ <h3>The 'float-offset' property</h3>
30313042
rendering.
30323043

30333044

3034-
<img src=8.png>
3035-
3045+
<p><img src=8.png>
30363046

3047+
<!--
30373048
<div class=cols>
30383049
30393050
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -3057,6 +3068,7 @@ <h3>The 'float-offset' property</h3>
30573068
<div class=gap style="left: 150px"></div>
30583069
<div class=gap style="left: 325px"></div>
30593070
</div>
3071+
-->
30603072

30613073
</div>
30623074

@@ -3074,8 +3086,9 @@ <h3>The 'float-offset' property</h3>
30743086
<p>The code above floats the element to the top right of the multi-column element. Further, it sets the width of the image to the width of one
30753087
column plus one column gap. Here is a possible rendering.
30763088

3077-
<img src=9.png>
3089+
<p><img src=9.png>
30783090

3091+
<!--
30793092
<div class=cols>
30803093
30813094
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -3102,6 +3115,7 @@ <h3>The 'float-offset' property</h3>
31023115
<div class=gap style="left: 150px"></div>
31033116
<div class=gap style="left: 325px"></div>
31043117
</div>
3118+
-->
31053119

31063120
</div>
31073121

@@ -3119,8 +3133,9 @@ <h3>The 'float-offset' property</h3>
31193133
<p>The code above floats the element to the top right of the multi-column element. Further, it sets the width of the image to the width of one
31203134
column plus half the column gap.
31213135

3122-
<img src=10.png>
3136+
<p><img src=10.png>
31233137

3138+
<!--
31243139
<div class=cols>
31253140
31263141
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -3142,11 +3157,11 @@ <h3>The 'float-offset' property</h3>
31423157
Sed imp er di et ris.<br>Cur abi tur et sapen.
31433158
</div>
31443159
3145-
31463160
<div class=rep style="top: 0; left: 337.5px; width: 163px"></div>
31473161
<div class=gap style="left: 150px"></div>
31483162
<div class=gap style="left: 325px"></div>
31493163
</div>
3164+
-->
31503165

31513166
</div>
31523167

@@ -3169,8 +3184,9 @@ <h3>The 'float-offset' property</h3>
31693184
the one next to it. Vertically, element should be in the middle of the
31703185
column. Here is a possible rendering:
31713186

3172-
<img src=11.png>
3187+
<p><img src=11.png>
31733188

3189+
<!--
31743190
<div class=cols>
31753191
31763192
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.
@@ -3192,11 +3208,11 @@ <h3>The 'float-offset' property</h3>
31923208
luctu<br> feugiat quis enim.<br> Cum sociis natoque<br>
31933209
penatibus et magni.</div>
31943210
3195-
31963211
<div class=rep style="left: 50px; width: 220px"></div>
31973212
<div class=gap style="left: 150px"></div>
31983213
<div class=gap style="left: 325px"></div>
31993214
</div>
3215+
-->
32003216

32013217
</div>
32023218

@@ -3215,17 +3231,16 @@ <h3>The 'float-offset' property</h3>
32153231

32163232
<p>The only difference between this and the previous example is the horizontal value on 'float-offset'. The value ''1.25gr'' means that a point 25% into the image in the inline direction will be aligned with a point 25% into the column gap. Here is a possible rendering:
32173233

3218-
<img src=12.png>
3234+
<p><img src=12.png>
32193235

3236+
<!--
32203237
<div class=cols>
32213238
32223239
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.
32233240
<br>Sed imper di et<br>ris. Cur abi tur<br> et sapen. Fusce<br> sed ligula a sic<br> turpis.
32243241
Lorem<br> ipsum dolor sit<br> amet. Namat jus.
32253242
Sed<br> imper di et ris curit.
32263243
3227-
3228-
32293244
<div style="position: absolute; left: 175px; top: 0; z-index: 6;">
32303245
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.
32313246
<div style="margin-left: 100px">
@@ -3242,11 +3257,11 @@ <h3>The 'float-offset' property</h3>
32423257
luctu<br> feugiat quis enim.<br> Cum sociis natoque<br>
32433258
penatibus et magni.</div>
32443259
3245-
32463260
<div class=rep style="left: 120px; width: 150px"></div>
32473261
<div class=gap style="left: 150px"></div>
32483262
<div class=gap style="left: 325px"></div>
32493263
</div>
3264+
-->
32503265

32513266
</div>
32523267

0 commit comments

Comments
 (0)