@@ -1009,15 +1009,15 @@ <h2 id=column-gaps-and-rules><span class=secno>4 </span>Column gaps and
10091009 will push apart content in adjacent columns (within the same multicol
10101010 element).
10111011
1012- < p > A column rule is drawn in the middle of the column gap with both
1013- endpoints at the content edge. Column rules do not take up space. That is,
1014- the presence or thickness of a column rule will not alter the placement of
1015- anything else. If a column rule is wider than its gap, the column rule
1016- will overlap adjacent column boxes. Column rules are painted just above
1017- the background of the multicol element. This allows child elements with
1018- ‘< code class = property > z-index </ code > ’ values to be on top of
1019- column rules. Column rules are only drawn between two columns that both
1020- have content.
1012+ < p > A column rule is drawn in the middle of the column gap with the
1013+ endpoints at opposing content edges of the multicol element. Column rules
1014+ do not take up space. That is, the presence or thickness of a column rule
1015+ will not alter the placement of anything else. If a column rule is wider
1016+ than its gap, the column rule will overlap adjacent column boxes. Column
1017+ rules are painted just above the background of the multicol element. This
1018+ allows child elements with ‘< code
1019+ class = property > z-index </ code > ’ values to be on top of column rules.
1020+ Column rules are only drawn between two columns that both have content.
10211021
10221022 < h3 id =column-gap > < span class =secno > 4.1 </ span > ‘< code
10231023 class =property > < a href ="#column-gap0 "> column-gap</ a > </ code > ’</ h3 >
0 commit comments