Skip to content

Commit 3b9894f

Browse files
author
howcome
committed
fixing two typos
1 parent 963d7e5 commit 3b9894f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-multicol/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,9 @@ <h3>Pseudo-algorithm</h3>
821821
</pre>
822822

823823
<p>And:
824+
824825
<pre>
825-
(11) W := max(0, ((U + column-gap)/N - column-gap)
826+
(11) W := max(0, ((U + column-gap)/N - column-gap))
826827
</pre>
827828

828829

@@ -1011,7 +1012,7 @@ <h3 id='crs'>'column-rule-style'</h3>
10111012
<td>no
10121013
</table>
10131014

1014-
<p>The 'column-rule-style' property sets the style of the rule between columns of an element. The &lt;border-style&gt; values are defined in [[!CSS21]] and the values are interpreted as in the <a href="http://www.w3.org/TR/CSS2/tables.html#collapsing-borders">the collapsing border model</a>.
1015+
<p>The 'column-rule-style' property sets the style of the rule between columns of an element. The &lt;border-style&gt; values are defined in [[!CSS21]] and the values are interpreted as in the <a href="http://www.w3.org/TR/CSS2/tables.html#collapsing-borders">collapsing border model</a>.
10151016

10161017
<p>The 'none' value forces the computed value of <span class="property">'column-rule-width'</span> to be '0'.
10171018

0 commit comments

Comments
 (0)