Skip to content

Commit 84472c3

Browse files
committed
x
1 parent 20b6e01 commit 84472c3

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

css3-multicol/Overview.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<link href="../default.css" rel=stylesheet type="text/css">
99
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1010
type="text/css">
11+
<!--
12+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css">
13+
-->
1114

1215
<style type="text/css">
1316
.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 }
@@ -1302,14 +1305,13 @@ <h3 id=column-rule><span class=secno>4.5 </span>&lsquo;<code
13021305

13031306
<h2 id=column-breaks><span class=secno>5 </span>Column breaks</h2>
13041307

1305-
<p>(This section is not normative.)
1308+
<p>(This section is not normative; the normative desrciption will appear in
1309+
<a href="#CSS3PAGE" rel=biblioentry>[CSS3PAGE]<!--{{!CSS3PAGE}}--></a>)
13061310

13071311
<p>When content is laid out in multiple columns, the user agent must
13081312
determine where column breaks are placed. The problem of breaking content
1309-
into columns is similar to breaking content into pages. CSS3 Paged Media
1310-
<a href="#CSS3PAGE" rel=biblioentry>[CSS3PAGE]<!--{{!CSS3PAGE}}--></a>
1311-
describes properties and rules for breaking content into pages, and the
1312-
same properties and rules are used for breaking columns.
1313+
into columns is similar to breaking content into pages, and the same
1314+
properties and rules are used for breaking columns.
13131315

13141316
<p>Three new properties are introduced to allow column breaks to be
13151317
described in the same properties as page breaks: break-before,

0 commit comments

Comments
 (0)