Skip to content

Commit e988bde

Browse files
committed
minor markup updates
1 parent 2eb1118 commit e988bde

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2>The multi-column model</h2>
228228

229229
<p>A <dfn>multi-column element</dfn> (or <em>multicol element</em>
230230
for short) is an element whose 'column-width' or 'column-count'
231-
property is not 'auto' and therefore acts as a container for
231+
property is not ''auto'' and therefore acts as a container for
232232
multi-column layout.
233233

234234
<p>In the traditional CSS box model, the content of an element is
@@ -631,7 +631,7 @@ <h3 id='cw'>'column-width'</h3>
631631
<p class=note>The reason for making 'column-width' somewhat flexible
632632
is to achieve scalable designs that can fit many screen sizes. To set
633633
an exact column width, all length values (in horizontal text these
634-
are: 'width', 'column-width', column-gap', and 'column-rule-width')
634+
are: 'width', 'column-width', 'column-gap', and 'column-rule-width')
635635
must be specified.</p>
636636

637637

@@ -874,9 +874,9 @@ <h3>'column-gap'</h3>
874874
</table>
875875

876876

877-
<p>The <span class="property">'column-gap'</span> property sets the
878-
gap between columns. If there is a column rule between columns, it
879-
will appear in the middle of the gap.
877+
<p>The 'column-gap' property sets the gap between columns. If there is
878+
a column rule between columns, it will appear in the middle of the
879+
gap.
880880

881881
<p>The ''normal'' value is UA-specific. A value of ''1em'' is suggested.
882882

@@ -1013,7 +1013,7 @@ <h3>'column-rule'</h3>
10131013
<td>see individual properties
10141014
</table>
10151015

1016-
<p>This property is a shorthand property for setting
1016+
<p>This property is a shorthand for setting
10171017
'column-rule-width', 'column-rule-style', and 'column-rule-color' at
10181018
the same place in the style sheet. Omitted values are set to their
10191019
initial values.

0 commit comments

Comments
 (0)