Skip to content

Commit 3530846

Browse files
committed
changed value to 'gap'
1 parent 77ad63d commit 3530846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ <h3>Aligning baselines</h3>
32783278
adjacent columns. This gives the presentation a visual rythm, and text
32793279
in the end of the columns will be alignend. To support this, a new
32803280
value on the <span class=property>'line-box-contain'</span> is
3281-
defined: ''crack'' (or, perhaps, ''snap-space'', ''void'', ''grid'', ''dmz'').
3281+
defined: ''gap'' (or, perhaps, ''crack'', ''snap'', ''snap-gap'', ''void'', ''grid'', ''snap-to-grid'').
32823282

32833283
<p>The value means that the height of the line in which the element
32843284
occurs should be rounded upt to the smallest multiple of the used
@@ -3289,7 +3289,7 @@ <h3>Aligning baselines</h3>
32893289

32903290
<pre>
32913291
div.multicol { line-height: 15px }
3292-
div.figure { height: 20px; line-box-contain: block inline replaced crack }
3292+
div.figure { height: 20px; line-box-contain: block inline replaced gap }
32933293
</pre>
32943294
</div>
32953295

0 commit comments

Comments
 (0)