@@ -836,14 +836,15 @@ <h2>Column gaps and rules</h2>
836836is, column gaps will push apart content in adjacent columns (within
837837the same multicol element).
838838
839- < p > A column rule is placed in the middle of the column gap. Column
840- rules do not take up space. That is, the presence or thickness of a
841- column rule will not alter the placement of anything else. If a column
842- rule is wider than its gap, the column rule will overlap adjacent
843- column boxes. Column rules are painted just above the background of
844- the multicol element. This allows child elements with 'z-index' values
845- to be on top of column rules. Column rules are only drawn between two
846- columns that both have content.
839+ < p > A column rule is drawn in the middle of the column gap with both
840+ endpoints at the content edge. Column rules do not take up space. That
841+ is, the presence or thickness of a column rule will not alter the
842+ placement of anything else. If a column rule is wider than its gap,
843+ the column rule will overlap adjacent column boxes. Column rules are
844+ painted just above the background of the multicol element. This allows
845+ child elements with 'z-index' values to be on top of column rules.
846+ Column rules are only drawn between two columns that both have
847+ content.
847848
848849
849850< h3 > 'column-gap'</ h3 >
@@ -1037,7 +1038,7 @@ <h3>'column-rule'</h3>
10371038
10381039
10391040< div class =example >
1040- If a tall image is moved to a column on the next page to find room for
1041+ < p > If a tall image is moved to a column on the next page to find room for
10411042it, its natural column may be left empty. If so, the column is
10421043considered empty for the purpose of deciding if the column rule should
10431044be drawn or not.
0 commit comments