Skip to content

Commit 7cb04d0

Browse files
committed
updating draft after comments from Giovanni
1 parent 461a71f commit 7cb04d0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,7 @@ <h3 id='crs'>'column-rule-style'</h3>
949949
<p>The ''inset'' keyword value is shown like the ''ridge'' value. The
950950
''outset'' value is shown like ''groove''.
951951

952-
<p>Note that the 'none' value forces the computed value of <span
953-
class="property">'column-rule-width'</span> to be '0'.
952+
<p>The 'none' value forces the computed value of <span class="property">'column-rule-width'</span> to be '0'.
954953

955954

956955
<h3 id='crw'>'column-rule-width'</h3>
@@ -1402,9 +1401,9 @@ <h3>Overflow outside multicol elements</h3>
14021401

14031402
<ul>
14041403

1405-
<li>Constrained column height. A non-auto 'height' or 'max-height' on
1406-
the multicol element must be honored, if possible. In paged media, the
1407-
height is constrained by the size of the page.
1404+
<li>Constrained column height. A declaration that constrains the
1405+
column height (e.g., on 'height') must be honored, if possible. In
1406+
paged media, the height is constrained by the size of the page.
14081407

14091408
<li>Explicit column breaks. Explicit column breaks may create more
14101409
columns than there is room for inside the multicol element.

0 commit comments

Comments
 (0)