Skip to content

Commit e14e871

Browse files
committed
revising text based on Anton Prowse's message, adding examples
1 parent 681a956 commit e14e871

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,8 @@ <h2>The multi-column model</h2>
388388
<p>Column boxes are block container boxes. That
389389
is, column boxes behave like block-level, table cell, and inline-block
390390
boxes as per CSS 2.1, section 10.1, item 2 [[!CSS21]]. However, column
391-
boxes do not establish containing blocks for elements with ''position:
392-
fixed'' or ''position: absolute''. <!--Percentage values that are calculated
393-
relative to the containing block height are calculated based on the
394-
multicol element's height, not the column box's height.-->
391+
boxes do not establish block container boxes for elements with ''position:
392+
fixed'' or ''position: absolute''.
395393

396394

397395
<div class=example>
@@ -868,7 +866,7 @@ <h3>Stacking context</h3>
868866

869867
<p>All column boxes in a multi-column element are in the same stacking
870868
context and the drawing order of their contents is as specified in
871-
CSS 2.1.
869+
CSS 2.1. Column boxes do not establish new stacking contexts.
872870

873871

874872
<h2>Column gaps and rules</h2>

0 commit comments

Comments
 (0)