8000 reintroducing sidenotes · w3c/csswg-drafts@8ac6a1c · GitHub
Skip to content

Commit 8ac6a1c

Browse files
author
howcome
committed
reintroducing sidenotes
1 parent 576f97f commit 8ac6a1c

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

css-gcpm/Overview.src.html

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2 class="no-num no-toc"><a name="contents">Table of contents</a></h2>
9494
<!--end-toc-->
9595

9696

97-
<h2>Introduction</h2>
97+
<h2 class="no-num">Introduction</h2>
9898

9999
<p>(This section is not normative.)
100100

@@ -1270,7 +1270,7 @@ <h3>Laying out footnotes</h3>
12701270

12711271
</ol>
12721272

1273-
1273+
<!--
12741274
<h3>Footnote magic</h3>
12751275
12761276
<p>When an element is turned into a footnote, certain magical things
@@ -1283,19 +1283,14 @@ <h3>Footnote magic</h3>
12831283
footnote-call and surrounding text may be adjusted. Another example is
12841284
the height of the footnote area; it may be heuristically constrained
12851285
to limit the area that is used for footnotes.
1286+
-->
12861287

12871288

1288-
1289-
<!--
12901289
<h2>Sidenotes</h2>
12911290

12921291
<p>Sidenotes are supported the same way as footnotes; only the name
12931292
and the settings in the default style sheet differentiates the two.
12941293

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-
12991294
<div class="example">
13001295
<p>This example moves images to the outside margin of pages:
13011296

@@ -1310,14 +1305,14 @@ <h2>Sidenotes</h2>
13101305
}
13111306
img { float: sidenote }
13121307
</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.
13131310
</div>
13141311

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.
13171312

13181313
<p class=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+
13211316

13221317
<!--
13231318
<h2>Hyphenation</h2>
@@ -3929,7 +3924,7 @@ <h2>Regions and Exclusions examples</h2>
39293924

39303925
<h2>Selecting pages</h2>
39313926

3932-
<p>In CSS 2.0, <a href="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, <a href="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.
39333928

39343929
<p>The 'first-page' pseudo-element is similar to the 'first-letter'
39353930
and 'first-line' elements; it is used to apply styling to the part of

0 commit comments

Comments
 (0)