Skip to content

Commit 1b4b8da

Browse files
committed
[css-multicol] fixing some code highlighting issues
1 parent 35492c2 commit 1b4b8da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-multicol/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Level: 1
66
Status: ED
77
Work Status: Testing
88
ED: 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/
1010
Previous Version: https://www.w3.org/TR/2011/CR-css3-multicol-20110412/
1111
Previous Version: https://www.w3.org/TR/2009/CR-css3-multicol-20091217/
1212
Previous 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

0 commit comments

Comments
 (0)