You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-gcpm/Overview.src.html
+8-13Lines changed: 8 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ <h2 class="no-num no-toc"><a name="contents">Table of contents</a></h2>
94
94
<!--end-toc-->
95
95
96
96
97
-
<h2>Introduction</h2>
97
+
<h2class="no-num">Introduction</h2>
98
98
99
99
<p>(This section is not normative.)
100
100
@@ -1270,7 +1270,7 @@ <h3>Laying out footnotes</h3>
1270
1270
1271
1271
</ol>
1272
1272
1273
-
1273
+
<!--
1274
1274
<h3>Footnote magic</h3>
1275
1275
1276
1276
<p>When an element is turned into a footnote, certain magical things
@@ -1283,19 +1283,14 @@ <h3>Footnote magic</h3>
1283
1283
footnote-call and surrounding text may be adjusted. Another example is
1284
1284
the height of the footnote area; it may be heuristically constrained
1285
1285
to limit the area that is used for footnotes.
1286
+
-->
1286
1287
1287
1288
1288
-
1289
-
<!--
1290
1289
<h2>Sidenotes</h2>
1291
1290
1292
1291
<p>Sidenotes are supported the same way as footnotes; only the name
1293
1292
and the settings in the default style sheet differentiates the two.
1294
1293
1295
-
<p class=note>The motivation for having another page-based area into
1296
-
which content can be floated is that footnotes and sidenotes are
1297
-
often used in the same document.
1298
-
1299
1294
<divclass="example">
1300
1295
<p>This example moves images to the outside margin of pages:
1301
1296
@@ -1310,14 +1305,14 @@ <h2>Sidenotes</h2>
1310
1305
}
1311
1306
img { float: sidenote }
1312
1307
</pre>
1308
+
1309
+
<p>It is important to note that it is the sidenote area that is descibed by @sidenote, and not the elements that are floated into the sidenote area.
1313
1310
</div>
1314
1311
1315
-
<p class=note>The reason for having both a footnote and a sidenote area
1316
-
on every page is that some documents use both.
1317
1312
1318
1313
<pclass=issue>Should there be a mechanism to create new areas like
1319
-
footnote/sidenote, or are two "magic" areas enough?
1320
-
-->
1314
+
footnote/sidenote, or are two predefinded areas enough?
1315
+
1321
1316
1322
1317
<!--
1323
1318
<h2>Hyphenation</h2>
@@ -3929,7 +3924,7 @@ <h2>Regions and Exclusions examples</h2>
3929
3924
3930
3925
<h2>Selecting pages</h2>
3931
3926
3932
-
<p>In CSS 2.0, <ahref="http://www.w3.org/TR/CSS2/page.html#page-selectors">first, left and right pages</a> can be selected. This specification adds support for selecting a certain page generate by a certain element.
3927
+
<p>In CSS 2.0, <ahref="http://www.w3.org/TR/CSS2/page.html#page-selectors">first, left and right pages</a> can be selected. This specification adds support for selecting the nth page of a certiain type.
3933
3928
3934
3929
<p>The 'first-page' pseudo-element is similar to the 'first-letter'
3935
3930
and 'first-line' elements; it is used to apply styling to the part of
0 commit comments