Skip to content

Commit eb1a0ee

Browse files
committed
drop empty section (fix numbering)
1 parent b81dd15 commit eb1a0ee

2 files changed

Lines changed: 24 additions & 29 deletions

File tree

css3-page/Overview.html

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -196,43 +196,41 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
196196
<li><a href="#page-type"><span class=secno>3.2 </span>Page layouts and
197197
more terminology</a>
198198

199-
<li><a href="#at-media"><span class=secno>3.3 </span></a>
200-
201-
<li><a href="#page-size"><span class=secno>3.4 </span>Page size</a>
199+
<li><a href="#page-size"><span class=secno>3.3 </span>Page size</a>
202200
<ul class=toc>
203-
<li><a href="#page-size-prop"><span class=secno>3.4.1 </span>Page
201+
<li><a href="#page-size-prop"><span class=secno>3.3.1 </span>Page
204202
size: the 'size' property</a>
205203

206-
<li><a href="#some-examples"><span class=secno>3.4.2 </span>Some
204+
<li><a href="#some-examples"><span class=secno>3.3.2 </span>Some
207205
examples:</a>
208206

209-
<li><a href="#page-size-media-query"><span class=secno>3.4.3
207+
<li><a href="#page-size-media-query"><span class=secno>3.3.3
210208
</span>Media Queries</a>
211209

212-
<li><a href="#renderingpages"><span class=secno>3.4.4
210+
<li><a href="#renderingpages"><span class=secno>3.3.4
213211
</span>Rendering page boxes that do not fit a page sheet</a>
214212

215-
<li><a href="#positioning-page-box"><span class=secno>3.4.5
213+
<li><a href="#positioning-page-box"><span class=secno>3.3.5
216214
</span>Positioning the page box on the sheet</a>
217215
</ul>
218216

219-
<li><a href="#page-selector-and-context"><span class=secno>3.5
217+
<li><a href="#page-selector-and-context"><span class=secno>3.4
220218
</span>Page Selectors and the Page Context</a>
221219
<ul class=toc>
222-
<li><a href="#syntax-page-selector"><span class=secno>3.5.1
220+
<li><a href="#syntax-page-selector"><span class=secno>3.4.1
223221
</span>Page selector grammar</a>
224222

225-
<li><a href="#cascading-and-page-context"><span class=secno>3.5.2
223+
<li><a href="#cascading-and-page-context"><span class=secno>3.4.2
226224
</span>Cascading in the page context</a>
227225
</ul>
228226

229-
<li><a href="#page-properties"><span class=secno>3.6 </span>Page
227+
<li><a href="#page-properties"><span class=secno>3.5 </span>Page
230228
Properties</a>
231229

232-
<li><a href="#left-right-first"><span class=secno>3.7 </span>Left,
230+
<li><a href="#left-right-first"><span class=secno>3.6 </span>Left,
233231
right, and first pages</a>
234232

235-
<li><a href="#content-outside-box"><span class=secno>3.8 </span>Content
233+
<li><a href="#content-outside-box"><span class=secno>3.7 </span>Content
236234
outside the page box</a>
237235
</ul>
238236

@@ -799,9 +797,7 @@ <h3 id=page-type><span class=secno>3.2 </span>Page layouts and more
799797
first page can be either a left page or a right page.
800798
</dl>
801799
<!-- the @media rule and @page -->
802-
<h3 id=at-media><span class=secno>3.3 </span></h3>
803-
<!-- "Page size: the 'size' property" -->
804-
<h3 id=page-size><span class=secno>3.4 </span>Page size</h3>
800+
<h3 id=page-size><span class=secno>3.3 </span>Page size</h3>
805801

806802
<p>People around the world use many different paper sizes. It is a goal of
807803
this specification that web content should be adaptable to a range of
@@ -816,7 +812,7 @@ <h3 id=page-size><span class=secno>3.4 </span>Page size</h3>
816812
rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a> which allow different style
817813
sheets to be applied to different page sizes.</p>
818814

819-
<h4 id=page-size-prop><span class=secno>3.4.1 </span>Page size: the 'size'
815+
<h4 id=page-size-prop><span class=secno>3.3.1 </span>Page size: the 'size'
820816
property</h4>
821817

822818
<table class=propdef id=name- summary="definition of the size property">
@@ -975,7 +971,7 @@ <h4 id=page-size-prop><span class=secno>3.4.1 </span>Page size: the 'size'
975971
<p>The '&lt;page-size&gt;' names can be used in conjunction with
976972
'landscape' or 'portrait' to indicate both size and orientation.</p>
977973

978-
<h4 id=some-examples><span class=secno>3.4.2 </span>Some examples:</h4>
974+
<h4 id=some-examples><span class=secno>3.3.2 </span>Some examples:</h4>
979975

980976
<div class=example>
981977
<pre>
@@ -1018,7 +1014,7 @@ <h4 id=some-examples><span class=secno>3.4.2 </span>Some examples:</h4>
10181014
should be 8.5"x11" and the orientation 'portrait'.</p>
10191015
</div>
10201016

1021-
<h4 id=page-size-media-query><span class=secno>3.4.3 </span>Media Queries</h4>
1017+
<h4 id=page-size-media-query><span class=secno>3.3.3 </span>Media Queries</h4>
10221018

10231019
<p>This section is informative.</p>
10241020

@@ -1053,7 +1049,7 @@ <h4 id=page-size-media-query><span class=secno>3.4.3 </span>Media Queries</h4>
10531049
it is not necessary to write Media Queries that swap the width and height
10541050
values to make sure the style sheet is applied.</p>
10551051

1056-
<h4 id=renderingpages><span class=secno>3.4.4 </span>Rendering page boxes
1052+
<h4 id=renderingpages><span class=secno>3.3.4 </span>Rendering page boxes
10571053
that do not fit a page sheet</h4>
10581054

10591055
<p>If a page box does not match the target page sheet dimensions, the user
@@ -1077,7 +1073,7 @@ <h4 id=renderingpages><span class=secno>3.4.4 </span>Rendering page boxes
10771073
<p>The user agent <em class=RFC2119>MAY</em> wish to consult the user
10781074
before performing these operations.</p>
10791075

1080-
<h4 id=positioning-page-box><span class=secno>3.4.5 </span>Positioning the
1076+
<h4 id=positioning-page-box><span class=secno>3.3.5 </span>Positioning the
10811077
page box on the sheet</h4>
10821078

10831079
<p>When the page box is smaller than the page size, the user agent <em
@@ -1095,7 +1091,7 @@ <h4 id=positioning-page-box><span class=secno>3.4.5 </span>Positioning the
10951091
<p>The user agent <em class=RFC2119>MAY</em> wish to consult the user in
10961092
this regard.</p>
10971093
<!-- "Page selector and page context" -->
1098-
<h3 id=page-selector-and-context><span class=secno>3.5 </span>Page
1094+
<h3 id=page-selector-and-context><span class=secno>3.4 </span>Page
10991095
Selectors and the Page Context</h3>
11001096

11011097
<p>Authors can specify various aspects of a page box such as the
@@ -1121,7 +1117,7 @@ <h3 id=page-selector-and-context><span class=secno>3.5 </span>Page
11211117
errors</a> apply; that is, valid declarations within the block are
11221118
applied.</p>
11231119

1124-
<h4 id=syntax-page-selector><span class=secno>3.5.1 </span>Page selector
1120+
<h4 id=syntax-page-selector><span class=secno>3.4.1 </span>Page selector
11251121
grammar</h4>
11261122

11271123
<p>The syntax for a page selector is a specialization of the generic
@@ -1230,7 +1226,7 @@ <h4 id=syntax-page-selector><span class=secno>3.5.1 </span>Page selector
12301226
</pre>
12311227
</div>
12321228

1233-
<h4 id=cascading-and-page-context><span class=secno>3.5.2 </span>Cascading
1229+
<h4 id=cascading-and-page-context><span class=secno>3.4.2 </span>Cascading
12341230
in the page context</h4>
12351231

12361232
<p>Declarations in page and margin contexts <a
@@ -1324,7 +1320,7 @@ <h4 id=cascading-and-page-context><span class=secno>3.5.2 </span>Cascading
13241320
</pre>
13251321
</div>
13261322

1327-
<h3 id=page-properties><span class=secno>3.6 </span>Page Properties</h3>
1323+
<h3 id=page-properties><span class=secno>3.5 </span>Page Properties</h3>
13281324

13291325
<div>
13301326
<p>The following properties can be used in the <a
@@ -1452,7 +1448,7 @@ <h3 id=page-properties><span class=secno>3.6 </span>Page Properties</h3>
14521448
that authors assume that the default page area will not include
14531449
unprintable regions.</p>
14541450

1455-
<h3 id=left-right-first><span class=secno>3.7 </span>Left, right, and
1451+
<h3 id=left-right-first><span class=secno>3.6 </span>Left, right, and
14561452
first pages</h3>
14571453

14581454
<p>When printing double-sided documents, left and right pages are often
@@ -1550,7 +1546,7 @@ <h3 id=left-right-first><span class=secno>3.7 </span>Left, right, and
15501546
page pseudo-classes.</em></p>
15511547
</div>
15521548

1553-
<h3 id=content-outside-box><span class=secno>3.8 </span>Content outside
1549+
<h3 id=content-outside-box><span class=secno>3.7 </span>Content outside
15541550
the page box</h3>
15551551

15561552
<p>When formatting content in the page model, some content may end up

css3-page/Overview.src.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ <h3 id="page-type">Page layouts and more terminology</h3>
495495
left page or a right page.</dd>
496496
</dl><!-- the @media rule and @page -->
497497

498-
<h3 id="at-media"></h3><!-- "Page size: the 'size' property" -->
499498
<h3 id="page-size">Page size</h3>
500499

501500
<p>People around the world use many different paper sizes. It is a goal of this

0 commit comments

Comments
 (0)