Skip to content

Commit 20b6e01

Browse files
committed
minor revision to pubcheck
1 parent 8eb0bf3 commit 20b6e01

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
<title>CSS3 module: Multi-column layout</title>
77

88
<link rel="stylesheet" type="text/css" href="../default.css">
9+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css">
10+
<!--
911
<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" rel=stylesheet type="text/css">
12+
-->
1013

1114
<style type="text/css">
1215
.cols { width: 500px; height: 200px; background: #fff; position: relative; border: solid 5px blue; margin: 0.5em 2em 1em 0; font: bold 14px/19px Arial, sans-serif }
@@ -1028,13 +1031,11 @@ <h3>'column-rule'</h3>
10281031

10291032
<h2>Column breaks</h2>
10301033

1031-
<p>(This section is not normative.)
1034+
<p>(This section is not normative; the normative desrciption will appear in [[!CSS3PAGE]])
10321035

10331036
<p>When content is laid out in multiple columns, the user agent must
10341037
determine where column breaks are placed. The problem of breaking
1035-
content into columns is similar to breaking content into pages. CSS3
1036-
Paged Media [[!CSS3PAGE]] describes properties and rules for breaking
1037-
content into pages, and the same properties and rules are used for
1038+
content into columns is similar to breaking content into pages, and the same properties and rules are used for
10381039
breaking columns.
10391040

10401041
<p>Three new properties are introduced to allow column breaks to be

0 commit comments

Comments
 (0)