File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66Status : ED
77Work Status : Testing
88ED : https://drafts.csswg.org/css-multicol/
9- TR : https://www.w3.org/TR/css3 -multicol/
9+ TR : https://www.w3.org/TR/css -multicol-1 /
1010Previous Version : https://www.w3.org/TR/2011/CR-css3-multicol-20110412/
1111Previous Version : https://www.w3.org/TR/2009/CR-css3-multicol-20091217/
1212Previous Version : https://www.w3.org/TR/2009/WD-css3-multicol-20090630/
@@ -355,7 +355,7 @@ The multi-column model</h2>
355355 <div class=example>
356356 In this example, the width of the image is set with these rules:
357357
358- <pre class= css>
358+ <pre highlight=" css" >
359359 img { display: block; width: 100% }
360360 </pre>
361361
@@ -411,7 +411,7 @@ The multi-column model</h2>
411411 <div class="example">
412412 In this example, this CSS fragment describes the presentation of the image:
413413
414- <pre class ="css">
414+ <pre highlight ="css">
415415 img { display: block; float: right }
416416 </pre>
417417
@@ -973,7 +973,7 @@ Spanning columns</h2>
973973 In this example, an <code> h2</code> element has been added to the
974974 sample document after the sixth sentence (i.e., after the word "jkl."). This styling applies:
975975
976- <pre class ="css">
976+ <pre highlight ="css">
977977 h2 { column-span: all; background: silver }
978978 </pre>
979979
You can’t perform that action at this time.
0 commit comments