@@ -138,7 +138,7 @@ <h2>Introduction</h2>
138138or 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 >
144144body { columns: 2 }
@@ -251,8 +251,8 @@ <h2>The multi-column model</h2>
251251same column height. Within each row in the multi-column element,
252252adjacent column boxes are separated by a < em > column gap</ em > , which
253253may 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
256256content.
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 "> <' border-style' ></ a >
930+ < td > < a href ="http://www.w3.org/TR/CSS21/box.html#value-def-border-style "> <border-style></ 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 "> <' border-width' ></ a >
968+ < td > < a href ="http://www.w3.org/TR/CSS21/box.html#value-def-border-width "> <border-width></ 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 '> <column-rule-width></ a > || < a href ='#crs '> <border- style></ a > || [ < a href ='#crc '> <color></ a > | transparent ]
1000+ < td > < a href ='#crw '> <' column-rule-width' ></ a > || < a href ='#crs '> <'column-rule- style' ></ a > || [ < a href ='#crc '> <'column-rule- color' ></ 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
10621062are 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>
13391342and will therefore end up having different lengths. In any case, the
13401343user 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