Skip to content

Commit 455eb47

Browse files
committed
Fix links
1 parent 1663a6b commit 455eb47

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

css3-break/Overview.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
142142
<li><a href="#fragmentation-model"><span class=secno>2. </span>
143143
Fragmentation Model and Terminology</a>
144144

145-
<li><a href="#controlling-breaks"><span class=secno>3. </span> Controlling
145+
<li><a href="#breaking-controls"><span class=secno>3. </span> Controlling
146146
Breaks</a>
147147
<ul class=toc>
148-
<li><a href="#break-controls"><span class=secno>3.1. </span> Forced
148+
<li><a href="#break-properties"><span class=secno>3.1. </span> Forced
149149
breaks and keep-together: the &lsquo;<code
150150
class=property>break-before</code>&rsquo;, &lsquo;<code
151151
class=property>break-after</code>&rsquo;, &lsquo;<code
@@ -156,7 +156,7 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
156156
&lsquo;<code class=property>widows</code>&rsquo;</a>
157157
</ul>
158158

159-
<li><a href="#break-rules"><span class=secno>4. </span> Rules for
159+
<li><a href="#breaking-rules"><span class=secno>4. </span> Rules for
160160
Breaking</a>
161161
<ul class=toc>
162162
<li><a href="#possible-breaks"><span class=secno>4.1. </span> Possible
@@ -231,12 +231,12 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
231231

232232
<p> In paged media (e.g., paper, transparencies, photo album pages, pages
233233
displayed on computer screens as printed output simulations), as opposed
234-
to <a href="/TR/CSS2/media.html#continuous-media-group"> continuous
235-
media</a>, the content of the document is split into one or more discrete
236-
display surfaces. In order to avoid awkward breaks (such as halfway
237-
through a line of text), the layout engine must be able to shift around
238-
content that would fall across the page break. This process is called <dfn
239-
id=pagination>pagination</dfn>.
234+
to <a href="http://www.w3.org/TR/CSS2/media.html#continuous-media-group">
235+
continuous media</a>, the content of the document is split into one or
236+
more discrete display surfaces. In order to avoid awkward breaks (such as
237+
halfway through a line of text), the layout engine must be able to shift
238+
around content that would fall across the page break. This process is
239+
called <dfn id=pagination>pagination</dfn>.
240240

241241
<p> In CSS, in addition to paged media, certain layout features such as <a
242242
href="http://www.w3.org/TR/css3-regions/">regions</a> <a
@@ -347,7 +347,7 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
347347
class=property>box-decoration-break</code>&rsquo; property in
348348
[[CSS3BACKGROUND]].
349349

350-
<h2 id=controlling-breaks><span class=secno>3. </span> Controlling Breaks</h2>
350+
<h2 id=breaking-controls><span class=secno>3. </span> Controlling Breaks</h2>
351351

352352
<p> The following sections explain how breaks are controlled in a
353353
fragmented flow. Five properties indicate where the user agent may or
@@ -356,7 +356,7 @@ <h2 id=controlling-breaks><span class=secno>3. </span> Controlling Breaks</h2>
356356
href="http://www.w3.org/TR/css3-page/#left-right-first">left or right</a>)
357357
the subsequent content should resume.
358358

359-
<h3 id=break-controls><span class=secno>3.1. </span> Forced breaks and
359+
<h3 id=break-properties><span class=secno>3.1. </span> Forced breaks and
360360
keep-together: the &lsquo;<a href="#break-before"><code
361361
class=property>break-before</code></a>&rsquo;, &lsquo;<a
362362
href="#break-after"><code class=property>break-after</code></a>&rsquo;,
@@ -677,7 +677,7 @@ <h3 id=widows-orphans><span class=secno>3.2. </span> Breaks inside
677677
property specifies the minimum number of line boxes of a block container
678678
that must be left in a <a href="#fragment"><i>fragment</i></a> after a
679679
break. Examples of how they are used to control fragmentation breaks are
680-
given <a href=widows-orphans-example>below</a>.
680+
given <a href="#widows-orphans-example">below</a>.
681681

682682
<p> Only positive integers are allowed as values of &lsquo;<a
683683
href="#orphans"><code class=property>orphans</code></a>&rsquo; and
@@ -690,7 +690,7 @@ <h3 id=widows-orphans><span class=secno>3.2. </span> Breaks inside
690690
href="#orphans"><code class=property>orphans</code></a>&rsquo;, the rule
691691
simply becomes that all lines in the block must be kept together.
692692

693-
<h2 id=break-rules><span class=secno>4. </span> Rules for Breaking</h2>
693+
<h2 id=breaking-rules><span class=secno>4. </span> Rules for Breaking</h2>
694694

695695
<p> A fragmented flow may be broken across fragmenters at a number of <a
696696
href="#possible-breaks">possible break points</a>. In the case of <a
@@ -820,16 +820,16 @@ <h3 id=forced-breaks><span class=secno>4.3. </span> Forced breaks</h3>
820820
the latest element in the flow wins.
821821

822822
<p class=note> A page break must also occur at <a
823-
href="#brk-btw-blocks">(1)</a> if the last line box above this margin and
824-
the first one below it do not have the same value for &lsquo;<code
823+
href="#btw-blocks">(1)</a> if the last line box above this margin and the
824+
first one below it do not have the same value for &lsquo;<code
825825
class=property>page</code>&rsquo;. See <a href="#CSS3PAGE"
826826
rel=biblioentry>[CSS3PAGE]<!--{{!CSS3PAGE}}--></a>
827827

828828
<h3 id=unforced-breaks><span class=secno>4.4. </span> Unforced Breaks</h3>
829829

830830
<p> While <a href="#breaking-controls">breaking controls</a> can force
831831
breaks, they can also discourage them. The following rules control whether
832-
breaking at a <a href="#posible-breaks">possible break point</a> is
832+
breaking at a <a href="#possible-breaks">possible break point</a> is
833833
allowed:
834834

835835
<dl>

css3-break/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2 id="intro">
6565
<p>
6666
In paged media (e.g., paper, transparencies, photo album pages, pages
6767
displayed on computer screens as printed output simulations), as
68-
opposed to <a href="/TR/CSS2/media.html#continuous-media-group">
68+
opposed to <a href="http://www.w3.org/TR/CSS2/media.html#continuous-media-group">
6969
continuous media</a>, the content of the document is split into one or
7070
more discrete display surfaces. In order to avoid awkward breaks
7171
(such as halfway through a line of text), the layout engine must be
@@ -176,7 +176,7 @@ <h2 id="fragmentation-model">
176176
the 'box-decoration-break' property in [[CSS3BACKGROUND]].
177177
</p>
178178

179-
<h2 id="controlling-breaks">
179+
<h2 id="breaking-controls">
180180
Controlling Breaks</h2>
181181

182182
<p>
@@ -187,7 +187,7 @@ <h2 id="controlling-breaks">
187187
the subsequent content should resume.
188188
</p>
189189

190-
<h3 id="break-controls">
190+
<h3 id="break-properties">
191191
Forced breaks and keep-together: the 'break-before', 'break-after', 'break-inside'
192192
properties</h3>
193193

@@ -445,7 +445,7 @@ <h3 id="widows-orphans">
445445
of line boxes of a block container that must be left in a
446446
<i>fragment</i> after a break. Examples of how they are used to
447447
control fragmentation breaks are given
448-
<a href="widows-orphans-example">below</a>.
448+
<a href="#widows-orphans-example">below</a>.
449449
</p>
450450
<p>
451451
Only positive integers are allowed as values of 'orphans' and 'widows'. Negative
@@ -457,7 +457,7 @@ <h3 id="widows-orphans">
457457
simply becomes that all lines in the block must be kept together.
458458
</p>
459459

460-
<h2 id="break-rules">
460+
<h2 id="breaking-rules">
461461
Rules for Breaking</h2>
462462

463463
<p>
@@ -590,7 +590,7 @@ <h3 id="forced-breaks">
590590
latest element in the flow wins.
591591
</p>
592592
<p class="note">
593-
A page break must also occur at <a href="#brk-btw-blocks">(1)</a>
593+
A page break must also occur at <a href="#btw-blocks">(1)</a>
594594
if the last line box above this margin and the first one below it do not have the
595595
same value for 'page'. See [[!CSS3PAGE]]
596596
</p>
@@ -601,7 +601,7 @@ <h3 id="unforced-breaks">
601601
<p>
602602
While <a href="#breaking-controls">breaking controls</a> can force breaks,
603603
they can also discourage them. The following rules control whether breaking
604-
at a <a href="#posible-breaks">possible break point</a> is allowed:
604+
at a <a href="#possible-breaks">possible break point</a> is allowed:
605605
</p>
606606
<dl>
607607
<dt>Rule A</dt>

0 commit comments

Comments
 (0)