File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818table .breaks { border-collapse : collapse; margin : 1em 0 }
1919table .breaks td , table .breaks th { border : thin solid black; padding : 0.1em 0.2em }
20+
21+ div .example : before { width : 9em }
2022</ style >
2123
2224</ head >
@@ -1268,12 +1270,11 @@ <h3>'column-span'</h3>
12681270< p > An element that spans more than one column is called a
12691271< dfn > spanning element</ dfn > .
12701272
1271- < p > This property has no effect on elements that no not fit entirely
1273+ < p > This property has no effect on elements that do not fit entirely
12721274within the multicol element. Also, if a setting on this property pushes the
12731275element outside a multicol element, this property will have no effect.
12741276
12751277
1276-
12771278< div class ="example ">
12781279
12791280< p > In this example, an < code > h2</ code > element has been added to the
@@ -1394,7 +1395,7 @@ <h3 id='cf'>'column-fill'</h3>
13941395automatically be balanced.
13951396
13961397
1397- < h2 > Overflow and multicol elements </ h2 >
1398+ < h2 > Overflow</ h2 >
13981399
13991400< h3 > Overflow inside multicol elements</ h3 >
14001401
@@ -1433,7 +1434,7 @@ <h3>Overflow inside multicol elements</h3>
14331434</ div >
14341435
14351436
1436- < h3 > Overflow outside multicol elements</ h3 >
1437+ < h3 > Overflow and pagination outside multicol elements</ h3 >
14371438
14381439< p > Content and column rules that extend outside column boxes at
14391440the edges of the multi-column element is clipped according to the
You can’t perform that action at this time.
0 commit comments