Skip to content

Commit 2a4ba0f

Browse files
committed
fixing typos as per oyvinds comments
1 parent 8b96406 commit 2a4ba0f

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2>Introduction</h2>
138138
or both, properties in one declaration.
139139

140140
<div class=example>
141-
<p>In this example, but the number and widths of columns is set:
141+
<p>In this example, both the number and widths of columns is set:
142142

143143
<pre>
144144
body { columns: 2 }
@@ -251,8 +251,8 @@ <h2>The multi-column model</h2>
251251
same column height. Within each row in the multi-column element,
252252
adjacent column boxes are separated by a <em>column gap</em>, which
253253
may contain a <em>column rule</em>. All column gaps in the same row
254-
are equal. All column rules in the same row are also equal, if the
255-
appear; column rows only appear between columns that both have
254+
are equal. All column rules in the same row are also equal, if they
255+
appear; column rules only appear between columns that both have
256256
content.
257257

258258
<p>In the simplest case a multicol element will contain only one row
@@ -927,7 +927,7 @@ <h3 id='crs'>'column-rule-style'</h3>
927927
<td><dfn>column-rule-style</dfn>
928928
<tr>
929929
<td><em>Value:</em>
930-
<td><a href="http://www.w3.org/TR/CSS21/box.html#value-def-border-style">&lt;'border-style'&gt;</a>
930+
<td><a href="http://www.w3.org/TR/CSS21/box.html#value-def-border-style">&lt;border-style&gt;</a>
931931
<tr>
932932
<td><em>Initial:</em>
933933
<td>none
@@ -965,7 +965,7 @@ <h3 id='crw'>'column-rule-width'</h3>
965965
<td><dfn>column-rule-width</dfn>
966966
<tr>
967967
<td><em>Value:</em>
968-
<td><a href="http://www.w3.org/TR/CSS21/box.html#value-def-border-width">&lt;'border-width'&gt;</a>
968+
<td><a href="http://www.w3.org/TR/CSS21/box.html#value-def-border-width">&lt;border-width&gt;</a>
969969
<tr>
970970
<td><em>Initial:</em>
971971
<td>medium
@@ -997,7 +997,7 @@ <h3>'column-rule'</h3>
997997
<td><dfn>column-rule</dfn>
998998
<tr>
999999
<td><em>Value:</em>
1000-
<td><a href='#crw'>&lt;column-rule-width&gt;</a> || <a href='#crs'>&lt;border-style&gt;</a> || [ <a href='#crc'>&lt;color&gt;</a> | transparent ]
1000+
<td><a href='#crw'>&lt;'column-rule-width'&gt;</a> || <a href='#crs'>&lt;'column-rule-style'&gt;</a> || [ <a href='#crc'>&lt;'column-rule-color'&gt;</a> | transparent ]
10011001
<tr>
10021002
<td><em>Initial:</em>
10031003
<td>see individual properties
@@ -1061,6 +1061,9 @@ <h2>Column breaks</h2>
10611061
'page-break-inside' [[!CSS21]]. In addition, some new keyword values
10621062
are added.
10631063

1064+
1065+
<h3>'break-before', 'break-after', 'break-inside'</h3>
1066+
10641067
<table class=propdef>
10651068
<tr>
10661069
<td><em>Name:</em>
@@ -1145,7 +1148,7 @@ <h2>Column breaks</h2>
11451148
</table>
11461149

11471150

1148-
<p>These properties describe page/column break behavior before/after/inside the generated box. These are normatively defined in [[!CSS21]]:
1151+
<p>These properties describe page/column break behavior before/after/inside the generated box. These values are normatively defined in [[!CSS21]]:
11491152

11501153
<dl>
11511154
<dt>auto
@@ -1339,6 +1342,8 @@ <h2>Filling columns</h2>
13391342
and will therefore end up having different lengths. In any case, the
13401343
user agent should try to honor the 'widows' and 'orphans' properties.
13411344

1345+
<h3 id='cf'>'column-fill'</h3>
1346+
13421347
<table class=propdef>
13431348
<tr>
13441349
<td><em>Name:</em>

0 commit comments

Comments
 (0)